You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you’ve installed GraphicsMagic, presumably via Homebrew:
To install: brew install GraphicsMagick
Install Dependencies
Run the following commands to install the dependencies:
Bower: bower install
Bundler: bundle install
NPM: npm cache clean and then npm install
Grunt Workflow
grunt stage: Copies the loadFont() and loadCSS() functions from Bower to the Jekyll _includes directory
grunt serve: Compiles all files and opens the site in your default browser. A watch task watches for changes to files, recompiles if necessary, and injects the changes into the browser with BrowserSync
grunt check: Checks for outdated dependencies with grunt-dev-update, Javascript code quality with JSHint, Sass code quality with SCSS-Lint, and Jekyll health with jekyll doctor
grunt build: Builds an optimized site to the dist directory
grunt deploy: Runs the perf task, runs the build task, and then deploys it
grunt perf: Checks Google’s PageSpeed Insights and then runs Phantomas to return and record site metrics.