cdukes / bones-for-genesis-2-0

A starting point for new Genesis projects. Built for Genesis 3.* and WordPress 5.*+.
GNU General Public License v3.0
182 stars 61 forks source link

macOS Sierra & Grunticon PhantomJS #30

Closed chillybin closed 8 years ago

chillybin commented 8 years ago

A couple of issues seem to have cropped up since upgrading to the GM Seed of MacOS Sierra, I spent a couple of hours today looking into it, but the only solution was to remove grunticon from the gruntfile

Running "grunticon:build" (grunticon) task
svg-to-png now spawning phantomjs...
(using path: /node_modules/svg-to-png/node_modules/phantomjs/lib/phantom/bin/phantomjs)

Something went wrong with phantomjs...
Fatal error: Command failed: /node_modules/svg-to-png/node_modules/phantomjs/lib/phantom/bin/phantomjs /node_modules/svg-to-png/lib/phantomscript.js

Process finished with exit code 1
chillybin commented 8 years ago

Updating svg-to-png in grunticon-lib to v3 solved this

https://github.com/filamentgroup/grunticon/issues/325