Skip to content

Commit f450182

Browse files
committed
Add script for installing deps
1 parent 2012fe2 commit f450182

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ bundle
176176
./node_modules/.bin/jspm install
177177
```
178178

179+
npm, bundle, and jspm are also run by `install-dependencies.sh`.
180+
179181
After this, you can compile the assets:
180182
```
181183
grunt prepare compile

install-dependencies.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
npm install
4+
bundle
5+
./node_modules/.bin/jspm install

0 commit comments

Comments
 (0)