jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

Initial 'grunt build' aborting due to warnings #152

Closed ryancharris closed 8 years ago

ryancharris commented 8 years ago

After forking and cloning to my local machine I ran npm install, which worked. However, grunt build is aborting due to a missing node module while running the variables task.

cc: #107

screen shot 2016-03-23 at 11 19 14 am

sfrisk commented 8 years ago

What version of Node are you using?

ryancharris commented 8 years ago

@sfrisk Node v5.9.0

screen shot 2016-03-23 at 9 14 50 pm

ryancharris commented 8 years ago

@sfrisk Upgraded to 5.9.1 and the build still fails

sfrisk commented 8 years ago

I think this might be fixed by a current PR, but let me double check.

ping @arschmitz

arschmitz commented 8 years ago

build for node 5.x is fixed by #154

sfrisk commented 8 years ago

Going to prioritize pulling in that PR for today's meeting

sfrisk commented 8 years ago

@ryancharris, we've pulled in the code that should fix this problem.

ryancharris commented 8 years ago

@sfrisk Works on my end. Built without any errors. 👍 screen shot 2016-04-12 at 1 09 23 pm