You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ You can now visit the app in your browser by visiting [http://lio.loc/](http://l
55
55
56
56
Because we keep the generated / minified css out of the repository, we must have a workflow for compiling the styles.
57
57
58
-
-Be sure you have Ruby, Sass, and Compass installed on your machine
59
-
- When running any compass command in the terminal, be sure to run it from your `/public` folder.
58
+
-To compile stylesheets, we'll need [Compass](http://compass-style.org/). Install Compass by running `sudo apt-get install ruby-compass` when ssh'd into your Homestead box.
59
+
- When running any Compass command in the terminal, be sure to run it from your `/public` folder.
60
60
- Compass is the tool used to compile Sass source files into CSS files; you can run `compass compile` to run it once, or `compass watch` to trigger a script that will watch your Sass files for changes and trigger a new compass compile on each change
0 commit comments