Skip to content

Commit 2012fe2

Browse files
committed
Add jspm to install notes and scripts
1 parent 43dc2ac commit 2012fe2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ npm install
173173
Install additional dependencies:
174174
```
175175
bundle
176+
./node_modules/.bin/jspm install
176177
```
177178

178179
After this, you can compile the assets:

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ install_libpng() {
136136
install_packages() {
137137
npm install
138138
bundle
139+
./node_modules/.bin/jspm install
139140
}
140141

141142
compile() {

0 commit comments

Comments
 (0)