Merge pull request #291 from ipears/patch-1

incorrect npm command
This commit is contained in:
Michael Rose 2016-04-28 08:30:20 -04:00
commit 8cd62f2d05

View File

@ -161,7 +161,7 @@ To get started:
**Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`]({{ site.gh_repo }}/master/package.json) prior to running `npm install`. **Note:** If you upgraded from a previous version of the theme be sure you copied over [`package.json`]({{ site.gh_repo }}/master/package.json) prior to running `npm install`.
{: .notice--warning} {: .notice--warning}
If all goes well, running `npm build:css` will process all SCSS files into `main.css`, which should then pipe through Autoprefixer. If all goes well, running `npm run build:css` will process all SCSS files into `main.css`, which should then pipe through Autoprefixer.
``` ```
Rendering Complete, saving .css file... Rendering Complete, saving .css file...