0.6.0 • Published 8 years ago

grunt-livescript v0.6.0

Weekly downloads
149
License
-
Repository
github
Last release
8 years ago

grunt-livescript

Livescript Grunt Contrib task

Usage

In a gruntfile, use similar to grunt-contrib-coffee

grunt.loadNpmTasks('grunt-livescript');

// snip

livescript: {
    src: {
      files: {
        'path/to/result.js': 'path/to/source.ls', // 1:1 compile
       'path/to/another.js': ['path/to/sources/*.ls', 'path/to/more/*.ls'] // compile and concat into single file
      }
    }
  }
0.6.0

8 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.1

11 years ago

0.5.0

11 years ago

0.4.2

11 years ago

0.4.1

11 years ago

0.4.0

12 years ago