Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grunt Added #35

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Grunt Added #35

wants to merge 6 commits into from

Commits on Mar 19, 2014

  1. Grunt Added

    Added Grunt functionality for:
    -js concatenation and minification
    -image optimization
    -css to less
    metaColin committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    99fffa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. Disabled grunt imagemin

    imagemin is not stable, it can nuke your project images.
    metaColin committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    cbefaad View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. ignore grunt dependencies folder

    gitignore fixed to ignore /node_modules
    it was sloppy of me to commit the dependencies folder in the first
    place.
    metaColin committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    3a0903c View commit details
    Browse the repository at this point in the history
  2. Removed Grunt Dependencies

    When you run grunt for the first time these dependencies are
    downloaded, no need to include them in the project files.
    metaColin committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    9a52614 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. Fixed Error

    call_user_func() expects parameter 1 to be a valid callback
    
    I don’t know what caused this. So I grabbed a fresh version of brew and
    re-added:
    -Gruntfile.js
    -package.json
    -updated .gitignore
    metaColin committed May 11, 2014
    Configuration menu
    Copy the full SHA
    41258a7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2014

  1. Missed Global

    metaColin committed May 12, 2014
    Configuration menu
    Copy the full SHA
    753fc56 View commit details
    Browse the repository at this point in the history