We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make pristine
1 parent 1fd51c6 commit 6ae3032Copy full SHA for 6ae3032
1 file changed
Makefile
@@ -22,4 +22,8 @@ jshint: $(jshint_bin)
22
@jshint Brocfile.js src/*.js spec/*Spec.js
23
@echo "JSHint OK"
24
25
-.PHONY: ensure_phantomjs install_dependencies test test-ci jshint
+pristine:
26
+ @rm -rf ./node_modules/
27
+ @rm -rf ./bower_components/
28
+
29
+.PHONY: ensure_phantomjs install_dependencies test test-ci jshint pristine
0 commit comments