Last active
August 29, 2015 14:03
-
-
Save realph/17c0f9740a3e52b46cd4 to your computer and use it in GitHub Desktop.
Revisions
-
realph revised this gist
Jul 10, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,12 +15,12 @@ I ended up preceding this with `sudo` to get it working. **4. Install required packages** npm install **5. Run bundle install** bundle install **6. Run grunt** grunt -
realph revised this gist
Jul 10, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Navigate to the root of your theme in Terminal. **1. Installing grunt globally** npm install -g grunt-cli I ended up preceding this with `sudo` to get it working. **2. Move Gemfile, Gruntfile.js and package.json to your theme's root** -
realph revised this gist
Jul 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Navigate to the root of your theme in Terminal. **1. Installing grunt globally** ```npm install -g grunt-cli``` I ended up preceding this with `sudo` to get it working. -
realph revised this gist
Jul 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ I ended up preceding this with `sudo` to get it working. **2. Move Gemfile, Gruntfile.js and package.json to your theme's root** **3. Install gulp (globally) and gulp-cssimport** npm install gulp npm install gulp-cssimport -
realph revised this gist
Jul 10, 2014 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,6 @@ I ended up preceding this with `sudo` to get it working. **3. Install gulp (globally) and gulp-cssimports** npm install gulp npm install gulp-cssimport **4. Install required packages** -
realph revised this gist
Jul 10, 2014 . 1 changed file with 3 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,11 +10,9 @@ I ended up preceding this with `sudo` to get it working. **3. Install gulp (globally) and gulp-cssimports** npm install gulp npm install gulp-cssimport **4. Install required packages** -
realph revised this gist
Jul 10, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,8 @@ I ended up preceding this with `sudo` to get it working. **3. Install gulp (globally) and gulp-cssimports** ``` npm install gulp ``` npm install gulp-cssimport ``` -
realph revised this gist
Jul 10, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,8 @@ I ended up preceding this with `sudo` to get it working. `npm install gulp ``` npm install gulp-cssimport ``` **4. Install required packages** -
realph revised this gist
Jul 10, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,8 @@ I ended up preceding this with `sudo` to get it working. **3. Install gulp (globally) and gulp-cssimports** `npm install gulp ``` npm install gulp-cssimport`` **4. Install required packages** -
realph revised this gist
Jul 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ I ended up preceding this with `sudo` to get it working. **3. Install gulp (globally) and gulp-cssimports** `npm install gulp``` npm install gulp-cssimport`` **4. Install required packages** -
realph renamed this gist
Jul 10, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
realph created this gist
Jul 10, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ Navigate to the root of your theme in Terminal. **1. Installing grunt globally** `npm install -g grunt-cli` I ended up preceding this with `sudo` to get it working. **2. Move Gemfile, Gruntfile.js and package.json to your theme's root** **3. Install gulp (globally) and gulp-cssimports** `npm install gulp npm install gulp-cssimport`` **4. Install required packages** `npm install` **5. Run bundle install** `bundle install` **6. Run grunt** `grunt`