Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.

LESS improvements #22

Merged
merged 4 commits into from
May 23, 2012
Merged

LESS improvements #22

merged 4 commits into from
May 23, 2012

Commits on May 23, 2012

  1. Remove a couple harmful variables

    Both were only used once and could cause collisions. `log` was being set to global.
    tkazec committed May 23, 2012
    Configuration menu
    Copy the full SHA
    66a8a80 View commit details
    Browse the repository at this point in the history
  2. Cleanup some more LESS stuff

     - Fix the style of a couple things.
     - Use grunt.fail.warn to prevent ambiguity.
     - Remove some stuff from the end of the task because they made no sense and were essentially useless.
    tkazec committed May 23, 2012
    Configuration menu
    Copy the full SHA
    b138ff0 View commit details
    Browse the repository at this point in the history
  3. Use async to properly handle multiple LESS dests per target

    IMPORTANT NOTE: Apparently, .parse() doesn't play nice when called more than once at a time. Therefore, async.forEachSeries() is REQUIRED instead of async.forEach(). This took far too long to realize :(
    tkazec committed May 23, 2012
    Configuration menu
    Copy the full SHA
    a384f3d View commit details
    Browse the repository at this point in the history
  4. Update LESS tests

    tkazec committed May 23, 2012
    Configuration menu
    Copy the full SHA
    4ce747b View commit details
    Browse the repository at this point in the history