mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Make comment about gulp in the init.sh section of the readme a bit more clear
This commit is contained in:
parent
e94764a5c7
commit
59f6444cd2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ The following steps are performed in this order when run:
|
||||||
8. (artisan) Run new database migrations.
|
8. (artisan) Run new database migrations.
|
||||||
9. Cleans, downloads and updates npm dependencies.
|
9. Cleans, downloads and updates npm dependencies.
|
||||||
10. Cleans, downloads and updates bower dependencies.
|
10. Cleans, downloads and updates bower dependencies.
|
||||||
11. Builds `public/fonts` with `gulp --production` (using the local version of gulp installed in `node_modules`).
|
11. Runs `gulp --production` to build project files and copy fonts to `public/fonts` (uses the local version of gulp installed in `node_modules`).
|
||||||
12. (artisan) Takes the website out of maintenance mode.
|
12. (artisan) Takes the website out of maintenance mode.
|
||||||
|
|
||||||
**NOTE**: Items with `(artisan)` prepended to them won't be run if `init.sh` is run with the `--no-artisan` flag.
|
**NOTE**: Items with `(artisan)` prepended to them won't be run if `init.sh` is run with the `--no-artisan` flag.
|
||||||
|
|
Loading…
Reference in a new issue