Skip to content

Commit b40e4bc

Browse files
committed
Add script to sync vendor libraries.
Update dev dependencies.
1 parent 2e707ad commit b40e4bc

File tree

5 files changed

+33971
-18739
lines changed

5 files changed

+33971
-18739
lines changed

bin/sync-vendor-libs.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
cd "$(dirname "$0")/.."
3+
cp node_modules/blueimp-load-image/js/load-image.js test/vendor/
4+
cp node_modules/blueimp-load-image/js/load-image-scale.js test/vendor/
5+
cp node_modules/chai/chai.js test/vendor/
6+
cp node_modules/mocha/mocha.js test/vendor/
7+
cp node_modules/mocha/mocha.css test/vendor/

0 commit comments

Comments
 (0)