Reviewers: mp+139967_code.launchpad.net,

Message:
Please take a look.

Description:
make clean to remove links

The clean target now removes symlinks in app/assets/javascripts.

https://code.launchpad.net/~makyo/juju-gui/make-clean-1090086/+merge/139967

(do not edit description out of merge proposal)


Please review this at https://codereview.appspot.com/6945057/

Affected files:
   M Makefile
   A [revision details]


Index: Makefile
=== modified file 'Makefile'
--- Makefile    2012-12-13 18:42:03 +0000
+++ Makefile    2012-12-14 17:01:19 +0000
@@ -343,6 +343,7 @@

  clean:
        rm -rf build build-debug build-prod
+       find app/assets/javascripts/ -type l | xargs rm -rf

  clean-deps:
        rm -rf node_modules virtualenv


Index: [revision details]
=== added file '[revision details]'
--- [revision details]  2012-01-01 00:00:00 +0000
+++ [revision details]  2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: [email protected]
+New revision: [email protected]




-- 
https://code.launchpad.net/~makyo/juju-gui/make-clean-1090086/+merge/139967
Your team Juju GUI Hackers is requested to review the proposed merge of 
lp:~makyo/juju-gui/make-clean-1090086 into lp:juju-gui.

-- 
Mailing list: https://launchpad.net/~yellow
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yellow
More help   : https://help.launchpad.net/ListHelp

Reply via email to