1.0.1-c • Published 10 years ago
grunt-hasp-css v1.0.1-c
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 testoriginal hasp repo link
for gulp plugin see gulp-hasp-css