2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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:
Matthew DuVall 2013-10-23 18:53:28 -07:00
parent cf9b5d9441
commit a1c725d966

View file

@ -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/)