File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 11{
2+ "install" : " messages/install.txt" ,
23 "1.1.0" : " messages/1.1.0.txt"
34}
Original file line number Diff line number Diff line change 1+ SCSS Compiler - Install
2+ -----------------------
3+
4+ Thanks for installing SCSS Compiler.
5+
6+ To get started, please follow the operating system specific instructions below:
7+
8+ For WINDOWS:
9+ Download and install the Ruby installer (https://rubyinstaller.org/).
10+
11+ Ensure the "Add Ruby executables to your PATH" is enabled during the
12+ installation process.
13+
14+ Open an Admin Command or PowerShell window and run the following command:
15+
16+ gem install sass
17+
18+ -----------------------------------
19+
20+ For LINUX/OSX:
21+ Open a Terminal window and run the following command:
22+
23+ sudo gem install sass
24+ We assume that the scss binary is installed in the following location:
25+ /usr/local/bin.
26+
27+ -----------------------------------
28+
29+ You can then select the SCSS you wish to compile, right click and use the
30+ context menu to select Compile SCSS or Compile SCSS with minification.
31+
32+ If you have any issues or requests, please visit:
33+ https://github.com/mattarnster/scsscompiler
You can’t perform that action at this time.
0 commit comments