smart-facility / cognicity-rem-web

Cognicity REM web site
Other
0 stars 0 forks source link

Grunt build requires package clean-css #1

Closed tomasholderness closed 8 years ago

tomasholderness commented 9 years ago

In a fresh copy of the repo, after running npm install followed by grunt the build fails because clean-css is required.

Fixed via npm install clean-css.

benatwork99 commented 9 years ago

I don't seem to have this installed. I wonder if this relates to the build issue you're seeing. Do we have a transitive dependency issue? Some dependency you're getting a newer version perhaps?

benatwork99 commented 8 years ago

I could not replicate this, a fresh checkout works OK. I see 'clean-css' is a transitive dependency via 'grunt-contrib-cssmin', so I'm thinking maybe there was a problem with the remote repo or network when you first installed that build that gave you trouble which meant the dependency wasn't installed right first time.