This package has been deprecated

Author message:

not used anymore

grunt-tarima-task

0.7.4 • Public • Published

Tarima for Grunt

Build Status NPM version

$ npm install grunt-tarima-task --save

Gruntfile.coffee

module.exports = (grunt) ->
  grunt.initConfig
    tarima:
      target:
        src: 'src/views/**/*.*'
        dest: 'tmp_views'
 
  grunt.loadNpmTasks 'grunt-tarima-task'

Setup

  • src --- All the source files
  • dest --- The destination path

If the dest has a filename with extension bundle() will be used, otherwise compile() will occur.

Note that Grunt's files API would not work as expected.

  • options

Please checkout the Tarima's README at GitHub.

All options will be passed directly to the parse() and bundle() method respectively.

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-tarima-task

Weekly Downloads

39

Version

0.7.4

License

none

Last publish

Collaborators

  • pateketrueke