1.0.1-c • Published 9 years ago

grunt-hasp-css v1.0.1-c

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

grunt Hasp Grunt task

Run Hasp precompiler in your Grunt pipeline.

Sample usage

grunt.initConfig({
  hasp: {
    compile: {
      src: ['src/*.hcss'],
      dest: 'dest/'
    }
  }
});

Examples

Task is minimalistic and provides no options at the moment.

Example of how to use it is stored in example/ directory. Example translates .hcss files from input/ to output/..

To run the example, clone repository and run:

npm test

original hasp repo link

for gulp plugin see gulp-hasp-css

1.0.1-c

9 years ago

1.0.1-b

9 years ago

1.0.1-a

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago