Skip to content

Native libsass plugin for testing purposes only

License

Notifications You must be signed in to change notification settings

glebm/libsass-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libsass Test Plugin

Native libsass plugin for testing purposes only

Building

You need to have [libsass] 1 already [compiled] 2 or [installed] 3 as a shared library (inclusive header files). It is then compiled via cmake. See this example to compile it on windows via [MinGW] 4 Compiler Suite:

git clone https://github.com/sass/libsass.git
mingw32-make -C libsass BUILD=shared CC=gcc -j5
git clone https://github.com/mgreter/libsass-test.git
cd libsass-test && mkdir build && cd build
cmake -G "MinGW Makefiles" .. -DLIBSASS_DIR="..\..\libsass"
mingw32-make CC=gcc -j5 && dir test.dll

You may define LIBSASS_INCLUDE_DIR and LIBSASS_LIBRARY_DIR separately!

Copyright

© 2017 [Marcel Greter] 5

About

Native libsass plugin for testing purposes only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.4%
  • CSS 29.0%
  • CMake 6.6%