@ustack/uskin
Version:
A graceful framework which provides developers another chance to build an amazing site.
22 lines (16 loc) • 334 B
Plain Text
build:
# Make Sure grunt has been installed locally
grunt build
clean:
# Clean generated css files
grunt clean
watch:
# Watch all the less files, once modified, recompile uskin.less with Less
grunt watch
generate_font:
# Generate web font
grunt font
test:
# Run tests
grunt test