Skip to content

Commit d476cd7

Browse files
author
Giedrius Grabauskas
committed
Removed rollup from readme and updated build command.
1 parent 81d9047 commit d476cd7

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ After first run, `gulpconfig.json` file will be generated for you to edit for yo
107107
108108
## Development
109109
#### 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)):
111111

112112
1. `npm install gulp-cli -g`
113113
2. `npm install typings -g`
114114
3. `npm install jspm -g`
115-
4. `npm install rollup -g`
116115

117116
#### If you want to update `simplr-gulp` package yourself
118117
1. `git clone https://github.com/QuatroCode/simplr-gulp.git`
@@ -122,12 +121,9 @@ You need global npm packages ([`gulp`](https://github.com/gulpjs/gulp-cli), [`ty
122121
4. `builder.bat -watch:sample`
123122
5. Make changes
124123

125-
#### builder.bat available commands
124+
#### Build project
126125
```cmd
127-
builder.bat -build # build code to /dist
128-
builder.bat -build:sample # build code to /example
129-
builder.bat -watch # build and start watcher to /dist
130-
builder.bat -watch:sample # build and start watcher to /example
126+
tsc -p .
131127
```
132128
## License
133129
[AGPL-3.0](LICENSE)
@@ -138,6 +134,5 @@ builder.bat -watch:sample # build and start watcher to /example
138134
* [Gulp](https://github.com/gulpjs/gulp)
139135
* [Typings](https://github.com/typings/registry)
140136
* [jspm](https://github.com/jspm/jspm-cli)
141-
* [rollup](https://github.com/rollup/rollup)
142137
* [TsLint](https://github.com/palantir/tslint)
143138
* [NodeJS](https://nodejs.org)

0 commit comments

Comments
 (0)