Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Updating documentation on running gulp. #223

Open
wants to merge 1 commit into
base: 8.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/compiling-css-with-gulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Bear Skin ships with a Gulp setup to preprocess our sass/css code. See https://w
## Getting Started
To start building CSS, you first have to install all the gulp dependencies.

1. Install [node.js](https://nodejs.org/en/).
1. Install [node.js](https://nodejs.org/en/). You will want at least version 4.5.0 (run `npm -v` to determine your version). To upgrade, run `sudo npm install -g npm`.
2. After changing to the project directory in your terminal, run `npm install`. If you run into errors:
- Make sure your local paths are right: `npm config set prefix /usr/local`
- Reinstall gulp: `sudo npm install gulp -g`
- On OS X, one of the node modules requires XCode. Install that from the App Store.
3. After the process finishes, you'll be able to run all the gulp tasks listed below.

Make sure to enable the `bear_skin` sub theme to have access to panel templates, or duplicate the `panel-layouts` folder in the `bear_coat` root folder.
Expand Down