Skip to content

Commit

Permalink
WIP buildify implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aisera-mikowski committed Dec 5, 2016
1 parent 576735c commit 4f157e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions bin/prep-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ set -u;

echo " >> main / copy vendor libs";
cd "${APP_DIR}/js/vendor";

vrs=$(getVrs powercss);
cp "${MOD_DIR}/powercss/dist/pcss.js" "pcss-${vrs}.js"
cp "${MOD_DIR}/powercss/dist/pcss.cfg.js" "pcss.cfg-${vrs}.js"

vrs=$(getVrs jquery);
cp "${MOD_DIR}/jquery/dist/jquery.js" "jquery-${vrs}.js";

Expand All @@ -156,10 +161,6 @@ set -u;
cp "${MOD_DIR}/jquery.urianchor/jquery.uriAnchor.js" \
"jquery.urianchor-${vrs}.js";

vrs=$(getVrs powercss);
cp "${MOD_DIR}/powercss/dist/pcss.js" "pcss-${vrs}.js"
cp "${MOD_DIR}/powercss/dist/pcss.cfg.js" "pcss.cfg-${vrs}.js"

vrs=$(getVrs taffydb);
cp "${MOD_DIR}/taffydb/taffy.js" "taffy-${vrs}.js";

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hi_score",
"version": "0.7.8",
"version": "0.7.9",
"description": "Get off the framework-of-the-month treadmill and take control of your SPA. Hi_Score assembles best-in-class libraries in a feature-module architecture as detailed in 'Single Page Web Applicaitons, JavaScript end-to-end'",
"keywords": [
"spa",
Expand Down

0 comments on commit 4f157e2

Please sign in to comment.