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

Compass-style import once behavior #583

Closed
wants to merge 6 commits into from

Commits on Sep 25, 2014

  1. Add an option to prevent import of duplicate files

    This is recursive across all @import directives, so if the dependency is
    deep, it will only be imported when seen first.
    Sufian Rhazi committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    061fc21 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Tests for require_once feature

    Sufian Rhazi committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    007d1c3 View commit details
    Browse the repository at this point in the history
  2. Merge commit '02f905881a7cb2e7f64d9921ec813110ad1b9dc1'

    Conflicts:
    	context.cpp
    	context.hpp
    	emscripten_wrapper.cpp
    	emscripten_wrapper.hpp
    Sufian Rhazi committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    762c452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b820a View commit details
    Browse the repository at this point in the history
  4. Correct initalization ordering warning

    Sufian Rhazi committed Oct 28, 2014
    Configuration menu
    Copy the full SHA
    d53cbc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Configuration menu
    Copy the full SHA
    e8d426c View commit details
    Browse the repository at this point in the history