We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In order to work with this plugin, you must have Composer, Node, Grunt, and Gulp installed.
Install Composer: https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
If using the "El Capitan" OS, see notes below before installing.
In OS X El Capitan, there may not be a /usr/local/bin/ created by default. Be sure to check if it exists:
/usr/local/bin/
cd /usr/local/
ls
If bin is not listed, then run sudo mkdir bin.
bin
sudo mkdir bin
Install Node: https://github.com/joyent/node/wiki/installing-node.js-via-package-manager
Install Grunt: npm install -g grunt-cli
npm install -g grunt-cli
https://gruntjs.com/getting-started
Install Gulp: npm install -g gulp-cli
npm install -g gulp-cli
https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md