Repository: cordova-docs Updated Branches: refs/heads/master 63f1eb27b -> 9381b5a60
Removing some old cleanup code. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/9381b5a6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/9381b5a6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/9381b5a6 Branch: refs/heads/master Commit: 9381b5a60623467434f4e7c6efe3ef219ff1f49c Parents: 63f1eb2 Author: Dmitry Blotsky <[email protected]> Authored: Thu Jan 7 17:41:36 2016 -0800 Committer: Dmitry Blotsky <[email protected]> Committed: Thu Jan 7 17:43:22 2016 -0800 ---------------------------------------------------------------------- Makefile | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9381b5a6/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 517774b..92527cb 100644 --- a/Makefile +++ b/Makefile @@ -239,12 +239,6 @@ clean: $(RM) $(PLUGINS_APP) $(RM) -r $(CSS_DEST_DIR) -# I couldn't find a way to do this nicely on Windows -ifdef WINDOWS -else - find . -name *.pyc -delete -endif - nuke: clean $(RM) -r node_modules $(RM) Gemfile.lock --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
