Skip to content

Instantly share code, notes, and snippets.

@realph
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save realph/17c0f9740a3e52b46cd4 to your computer and use it in GitHub Desktop.

Select an option

Save realph/17c0f9740a3e52b46cd4 to your computer and use it in GitHub Desktop.

Revisions

  1. realph revised this gist Jul 10, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions shopify-css-import.md
    Original 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`
    npm install

    **5. Run bundle install**

    `bundle install`
    bundle install

    **6. Run grunt**

    `grunt`
    grunt
  2. realph revised this gist Jul 10, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions shopify-css-import.md
    Original 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```

    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. realph revised this gist Jul 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shopify-css-import.md
    Original 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`
    ```npm install -g grunt-cli```

    I ended up preceding this with `sudo` to get it working.

  4. realph revised this gist Jul 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shopify-css-import.md
    Original 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-cssimports**
    **3. Install gulp (globally) and gulp-cssimport**

    npm install gulp
    npm install gulp-cssimport
  5. realph revised this gist Jul 10, 2014. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion shopify-css-import.md
    Original 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**
  6. realph revised this gist Jul 10, 2014. 1 changed file with 3 additions and 5 deletions.
    8 changes: 3 additions & 5 deletions shopify-css-import.md
    Original 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
    ```
    npm install gulp

    npm install gulp-cssimport

    **4. Install required packages**

  7. realph revised this gist Jul 10, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion shopify-css-import.md
    Original 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
    ```
    npm install gulp-cssimport
    ```
  8. realph revised this gist Jul 10, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion shopify-css-import.md
    Original 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``
    npm install gulp-cssimport
    ```

    **4. Install required packages**

  9. realph revised this gist Jul 10, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion shopify-css-import.md
    Original 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
    ```
    npm install gulp-cssimport``
    **4. Install required packages**
  10. realph revised this gist Jul 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion shopify-css-import.md
    Original 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```
    npm install gulp-cssimport``

    **4. Install required packages**
  11. realph renamed this gist Jul 10, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  12. realph created this gist Jul 10, 2014.
    26 changes: 26 additions & 0 deletions shopify-css-import
    Original 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`