mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
State that Bourbon files are generated in CONTRIBUTING guide
Fixes #1255. - This says that the Bourbon directory is generated and does not ambiguiate with the installation of the bourbon gem
This commit is contained in:
parent
cf9b5d9441
commit
a1c725d966
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ If you think you've found a problem with Ghost, or you'd like to make a request
|
|||
5. Run `npm install`.
|
||||
* If the install fails with errors to do with "node-gyp rebuild" or "SQLite3", follow the SQLite3 install instructions below this list
|
||||
* Usually if you're within vagrant, and have installed the guest plugins and updated that, this will not happen
|
||||
6. Run `grunt init` from the root - this installs Bourbon, compiles SASS and compiles Handlebars templates
|
||||
6. Run `grunt init` from the root - this generates the Bourbon directory, compiles SASS and compiles Handlebars templates
|
||||
7. Run `npm start` from the root to start the server.
|
||||
|
||||
Front-end can be located at [localhost:2368](http://localhost:2368), Admin is at [localhost:2368/ghost/](http://localhost:2368/ghost/)
|
||||
|
|
Loading…
Add table
Reference in a new issue