grunt-hasp-css
v1.0.1-c
Published
hasp CSS precompiler (Grunt task)
Downloads
13
Readme
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