Skip to content

Commit

Permalink
updateToNpm - updated README.md to move the modernizr script to the d…
Browse files Browse the repository at this point in the history
…irectory for gulp file to serve
  • Loading branch information
Lenny Peters committed Oct 9, 2017
1 parent b1b8706 commit 4b7828c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Powerful shell for rapidly deploying your WordPress projects.

* Go to the Wordpress' theme folder (`.../wp-content/themes`)
* In CLI, run: `git clone https://github.com/toddmotto/html5blank.git`
* `cd html5blank` and then `npm install` and then `bower install` (you'll need gulp install as well)
* `cd html5blank` and then `npm install` and then `npm run modernizr` (you'll need gulp install as well)
* `gulp watch` will enable `livereload` and development version
* `gulp build` for distribute version with minified `js` and `css` files
* NOTE: `src` and `dist` folders can live happily together inside the same folder (`html5blank`) that in the `theme` folder. You'll have two different instances of the theme within `Appearance > Themes` panel inside the admin
Expand Down

0 comments on commit 4b7828c

Please sign in to comment.