Commit be21592a authored by Evgeny's avatar Evgeny

Makefile -- Add install and clean

parent 4b3d4f5c
......@@ -7,3 +7,11 @@ test:
build:
grunt build
install: clean
npm install
bower install
clean:
rm -rf node_modules
rm -rf bower_components
Markdown is supported
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