-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fdabd7
commit 0212b43
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0212b43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled down the fix, but am not having any luck. Aside from restarting node, is anything else required on my end to see the fix?
0212b43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to 'rebuild' Ghostium. Take a look on the
build
task onGruntfile.js
0212b43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0212b43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zip contains last release which don't include latest bug fixes.
I also had problems with imagemin - it couldn't find libjpeg. As it turns out grunt-contrib-imagemin has some problems installing on windows (gruntjs/grunt-contrib-imagemin#109). It helped to install specific version of grun-contrib-imagemin
npm install [email protected]
0212b43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run
npm install
again.The
grunt-contrib-imagemin
like @yosz said has some problems windows, soo just usegrunt build --force
.