... | ... | @@ -97,10 +97,9 @@ $config['config_split.config_split.qa_and_feature']['status']= FALSE; |
|
|
|
|
|
## Setting up NPM to use for SASS/USWDS
|
|
|
|
|
|
1. Install both `node.js` and `npm` on with instructions here: https://treehouse.github.io/installation-guides/mac/node-mac.html. NPM is dependent on node.js.
|
|
|
|
|
|
(OR)
|
|
|
npm is installed with Node.js. Pretty straight forward link to install node and npm
|
|
|
1. Install both `node.js` and `npm` on with either of the instructions below
|
|
|
* https://treehouse.github.io/installation-guides/mac/node-mac.html
|
|
|
* or here: npm is installed with Node.js. Pretty straight forward link to install node and npm
|
|
|
https://www.npmjs.com/get-npm
|
|
|
|
|
|
1. In the command line, change directory to the subtheme directory (e.g. `/web/themes/mbda`)
|
... | ... | |