Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlu committed May 11, 2016
1 parent 6fb0af9 commit d7d042e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions create.sh
@@ -1,10 +1,10 @@
#!/bin/bash
set -e

CI_VERSION=3.0.0
LODASH_VERSION=3.10.1
BOOTSTRAP_VERSION=3.3.5
FA_VERSION=4.4.0
CI_VERSION=3.0.6
LODASH_VERSION=4.11.0
BOOTSTRAP_VERSION=3.3.6
FA_VERSION=4.6.2
CI_REST_VERSION=2.7.2

DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
Expand All @@ -26,7 +26,7 @@ mkdir ${BUILD_DIR}/assets/css
mkdir ${BUILD_DIR}/assets/fonts

# LODASH
wget https://raw.githubusercontent.com/lodash/lodash/${LODASH_VERSION}/lodash.min.js
wget https://raw.githubusercontent.com/lodash/lodash/${LODASH_VERSION}/dist/lodash.min.js
mv lodash.min.js ${BUILD_DIR}/assets/js

# BOOTSTRAP
Expand Down

0 comments on commit d7d042e

Please sign in to comment.