0.7.4 • Published 9 years ago

grunt-tarima-task v0.7.4

Weekly downloads
109
License
-
Repository
-
Last release
9 years ago

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.

0.7.4

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.24

10 years ago

0.1.23

10 years ago

0.1.22

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago