Commit af95f5ce authored by Jacob Thornton's avatar Jacob Thornton
Browse files

add watchr command for prostyle developmentttt

parent 9660f6f1
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
# NOTE: you must have the less npm package installed globally to build!
# To install run: npm install less -g
# ProTip: watchr -e "watch('lib/.*\.less') { system 'make' }"
build:
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress
@echo "bootstrap successfully built!"
.PHONY: build
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment