You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,11 @@ After first run, `gulpconfig.json` file will be generated for you to edit for yo
107
107
108
108
## Development
109
109
#### Prerequisites
110
-
You need global npm packages ([`gulp`](https://github.com/gulpjs/gulp-cli), [`typings`](https://github.com/typings/registry), [`jspm`](https://github.com/jspm/jspm-cli), [`rollup`](https://github.com/rollup/rollup)):
110
+
You need global npm packages ([`gulp`](https://github.com/gulpjs/gulp-cli), [`typings`](https://github.com/typings/registry), [`jspm`](https://github.com/jspm/jspm-cli)):
111
111
112
112
1.`npm install gulp-cli -g`
113
113
2.`npm install typings -g`
114
114
3.`npm install jspm -g`
115
-
4.`npm install rollup -g`
116
115
117
116
#### If you want to update `simplr-gulp` package yourself
0 commit comments