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

Add Support-Map Tests for Rhino #13

Merged
merged 1 commit into from
Jan 14, 2014

Commits on Jan 14, 2014

  1. Add Support Map Tests

    This patch adds Support Map Tests to the rhino test suite.  It makes the
    following changes:
    
    1.  Fix typo in the Gruntfile.js for the sourcemap-test
    2.  Update Gradle build to always build the less-rhino-<version>.js
    before running the tests
    3. Add a new testRhinoSourceMap and add it to the test list
    4. Add a SourceMapRhinoTest that bootstraps SourceMap tests and then
    validates them after they run
    5. Add hooks in RhinoTest to support custom bootstraping and validation
    6. Add compiled version of source-map (version 0.1.31) because Rhino
    can't dynamically pull in dependencies
    7. Add source-map to the Rhino build with a Header/Footer that wraps
    source-map as a less-friendly dependency
    8. Update lib/less/rhino.js to properly handle (some) source-map options
    and add a new one (--source-map-output-map-file) that will output the
    source-map to a separate file (so we can validate our Rhino tests)
    9. Remove unused callback in less-test.js
    dhaber committed Jan 14, 2014
    Configuration menu
    Copy the full SHA
    de4e888 View commit details
    Browse the repository at this point in the history