Skip to content
Snippets Groups Projects
Commit c173650d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

strip sourcemaps after update

parent 0e7a52f9
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -42,3 +42,5 @@ wget -nv https://ajax.googleapis.com/ajax/libs/jqueryui/1/i18n/jquery.ui.datepic
wget -nv https://ajax.googleapis.com/ajax/libs/jqueryui/1/i18n/jquery.ui.datepicker-zh-CN.js -O ../../../inc/lang/zh/jquery.ui.datepicker.js
wget -nv https://ajax.googleapis.com/ajax/libs/jqueryui/1/i18n/jquery.ui.datepicker-zh-TW.js -O ../../../inc/lang/zh-tw/jquery.ui.datepicker.js
# strip source maps
sed -i '/sourceMappingURL/d' *.min.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment