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

GH-32 - Use iteration to populate dust.helpers #64

Closed
wants to merge 2 commits into from

Commits on Feb 7, 2014

  1. Fix formatting in README.md

    kate2753 authored and mouyang committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    9df3654 View commit details
    Browse the repository at this point in the history
  2. squash previous commits

    1. LinkedInAtticGH-32 - populate dust.helpers using iteration
       37d3b84
    
    in lib/dust-helpers.js
    
    force a failing script loading order by reworking existing specRunners
    - server - sandwich dust.helpers.tapper assignment between dust and
      dust.helpers assignment
    - client - use LABjs to force a specific script-loading order to achieve
      equivalent effect as the server
    
    2. mv specRunner2.js specRunner.js
       28233cf
    
    3. remove client spec runner
       6b1b3ba
    
    it's now autogenerated from grunt build + enforcing a specific script load
    order seems like overkill
    
    4. import testUtils
       bde96fe
    mouyang committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    d17d574 View commit details
    Browse the repository at this point in the history