Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fluse committed Apr 21, 2016
1 parent 1d7645e commit 6e73fa5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ fi

### install sass

sudo gem install sass
sudo gem install sass-json-vars
#sudo gem install sass
#sudo gem install sass-json-vars

### node package manager
npm install bower -g
npm install grunt-cli -g
#npm install bower -g
#npm install grunt-cli -g

### install package.json dependencies
npm install

### create theme css with theme directory

node tasks
node tasks

0 comments on commit 6e73fa5

Please sign in to comment.