- 08 Jul, 2013 1 commit
-
-
Andrew Nesbitt authored
-
- 02 Jul, 2013 5 commits
-
-
CLI Cleanup
Andrew Nesbitt authored -
Mihkel Sokk authored
-
Mihkel Sokk authored
-
Mihkel Sokk authored
-
Add in support for debug information in the output css files.
Andrew Nesbitt authored
-
- 01 Jul, 2013 1 commit
-
-
Mathew Hartley authored
-
- 30 Jun, 2013 1 commit
-
-
Mathew Hartley authored
-
- 28 Jun, 2013 1 commit
-
-
Brett Wilkins authored
-
- 17 Jun, 2013 2 commits
-
-
Error on linux
Andrew Nesbitt authored -
John Wright authored
-
- 12 Jun, 2013 4 commits
-
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Brett Wilkins authored
-
Brett Wilkins authored
-
- 08 Jun, 2013 2 commits
-
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
- 06 Jun, 2013 3 commits
-
-
submodule update to allow variables in media queries
Andrew Nesbitt authored -
Robb Schiller authored
-
Robb Schiller authored
-
- 29 May, 2013 4 commits
-
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
- 23 May, 2013 1 commit
-
-
Updated Wind 64-bit precompiled libsass
Andrew Nesbitt authored
-
- 22 May, 2013 1 commit
-
-
sampepose authored
-
- 13 May, 2013 3 commits
-
-
Andrew Nesbitt authored
-
Cleaner, non-breaking, path handling for source and destination with a shared root
Andrew Nesbitt authored -
If a root value is supplied in the options for this middleware, then the dest and src values are relative this this location. They should also use the standard URI path separators. When this is done, the setup looks something like this (for express): ```javascript app.use(sass.middleware({ src: '/sass', dest: '/css', root: path.join(__dirname, 'public') })); ``` A call to /css/some/path/file.css will build the paths such as ``` dest: /css/some/path/file.css src: /sass/some/path/file.scss ``` The old version of the code, given a setup of the following: ```javascript app.use(sass.middleware({ src: '/sass', dest: '/css' })); ``` would have generated paths such as: ``` dest: '/css/css/some/path.css' src: '/sass/css/some/path.scss' ``` You should be able to see the unnecessary '/css/' path structures within. This just makes things messy and for no real good reason.Gabriel authored
-
- 12 May, 2013 2 commits
-
-
Linkify libsass
Andrew Nesbitt authored -
To make it easier for lazy people to quickly read about libsass
Sindre Sorhus authored
-
- 10 May, 2013 9 commits
-
-
Andrew Nesbitt authored
-
Brett Wilkins authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Brett Wilkins authored
-
https://github.com/msokk/node-sass
Have left the linux-x64 binary as it was for the time being, as it needs to be updated with new-api bindings. Conflicts: precompiled/linux-x64/binding.node
Brett Wilkins authored -
Brett Wilkins authored
-
Mihkel Sokk authored
-