Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: polymer_0.5.4/bower_components/marked/Makefile

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « polymer_0.5.4/bower_components/marked/LICENSE ('k') | polymer_0.5.4/bower_components/marked/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: polymer_0.5.4/bower_components/marked/Makefile
diff --git a/polymer_0.4.0/bower_components/marked/Makefile b/polymer_0.5.4/bower_components/marked/Makefile
similarity index 59%
copy from polymer_0.4.0/bower_components/marked/Makefile
copy to polymer_0.5.4/bower_components/marked/Makefile
index 20ac2d40d1ebd628078f79ea1db024372d0305ec..d9349f07996d34f50e3af4d4b4eae9d921b4e3c8 100644
--- a/polymer_0.4.0/bower_components/marked/Makefile
+++ b/polymer_0.5.4/bower_components/marked/Makefile
@@ -1,6 +1,6 @@
all:
@cp lib/marked.js marked.js
- @uglifyjs -o marked.min.js marked.js
+ @uglifyjs --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.js lib/marked.js
clean:
@rm marked.js
« no previous file with comments | « polymer_0.5.4/bower_components/marked/LICENSE ('k') | polymer_0.5.4/bower_components/marked/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698