Skip to content

nxv/grunt-livescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Livescript Grunt Contrib task

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%