Skip to content

Commit 5dbfd78

Browse files
author
Shawn McCool
committed
Merge pull request #63 from jeroengerits/master
added small frontend instructions to README.md
2 parents b585240 + 481ad5d commit 5dbfd78

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ When you'd like to access the database, connect to host app.local port 3306 usin
7575

7676
After pulling down changes, ssh into the vagrant box and run the update_environment.sh script.
7777

78+
### Frontend
79+
80+
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
81+
* Install the latest NodeJS
82+
* Then, go to /public folder and run "npm install"
83+
* Finally, run "compass watch" in your /public folder and the minified css will be generated.
84+
7885
### Contribution
7986

8087
Please consult [The Vision Document](VISION.md) which contains contribution standards and an outline of the general vision of the application.
@@ -89,4 +96,4 @@ You probably don't have hardware virtualization support enabled in your computer
8996
[1]: http://downloads.vagrantup.com/
9097
[2]: http://www.opscode.com/chef/install/
9198
[3]: https://www.virtualbox.org/wiki/Downloads
92-
[4]: https://github.com/settings/applications
99+
[4]: https://github.com/settings/applications

0 commit comments

Comments
 (0)