2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

Merge pull request #30 from shridarpatil/rollup

Updated docs
This commit is contained in:
Faris Ansari 2018-04-07 22:30:29 +05:30 committed by GitHub
commit e65cf7dc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ To start the app and build webpack simultaneously you can use a `Procfile`
```yml
server: nodemon server.js
watch: node_modules/.bin/rolluo -c --watch
watch: node_modules/.bin/rollup -c --watch
```
You can use any procfile handler like `node-foreman` to start the processes.
@ -127,4 +127,4 @@ Then
```
nf start
```
```