File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,13 @@ When you'd like to access the database, connect to host app.local port 3306 usin
7575
7676After 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
8087Please 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
You can’t perform that action at this time.
0 commit comments