1. 18 Mar, 2015 3 commits
  2. 17 Mar, 2015 2 commits
    • Build with the unbundled libsass · fb3eb14f
      Use environment variables to control
      how libsass is linked:
      
      LIBSASS_EXT variable empty or unset
      
      Build a bundled libsass source
      (from src/libsass).
      This is the default.
      
      LIBSASS_EXT=auto
      
      libsass is located using pkg-config
      and linked dynamically
      
      LIBSASS_EXT=yes
      LIBSASS_CFLAGS=    compiler flags
      LIBSASS_LDFLAGS=   linker flags
      LIBSASS_LIBRARY=   library to link
      
      Link libsass manually, by adding
      compiler and linker flags.
      
      For example this way libsass can
      be linked in statically (on Unix):
      
      LIBSASS_EXT=yes
      LIBSASS_CFLAGS=-I/usr/local/include
      LIBSASS_LIBRARY=/usr/local/lib/libsass.a
      
      When using LIBSASS_EXT there is no need
      to checkout the libsass source into src/libsass submodule
      and the library from the package management
      system can be used.
      
      PR: #139
      PR: #389
      PR: #744
      Marcin Cieslak authored
    • Code: Parses arguments manually. · a3b826d3
      Issue URL: #769.
      PR URL: #770.
      Adeel authored
  3. 16 Mar, 2015 1 commit
  4. 14 Mar, 2015 4 commits
  5. 13 Mar, 2015 1 commit
  6. 12 Mar, 2015 2 commits
  7. 11 Mar, 2015 10 commits
  8. 07 Mar, 2015 1 commit
  9. 03 Mar, 2015 1 commit
  10. 02 Mar, 2015 4 commits
  11. 01 Mar, 2015 6 commits
  12. 28 Feb, 2015 5 commits