grunt-livescript

0.6.0 • Public • Published

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
      }
    }
  }

Readme

Keywords

Package Sidebar

Install

npm i grunt-livescript

Weekly Downloads

54

Version

0.6.0

License

none

Last publish

Collaborators

  • davidsouther
  • davidsoutherci