- 06 Jun, 2013 2 commits
-
-
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 10 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
-
Mihkel Sokk authored
-
- 09 May, 2013 2 commits
-
-
The includePaths option is missing from middleware.js
Andrew Nesbitt authored -
Rich Middleditch authored
-
- 03 May, 2013 2 commits
-
-
Fix comment.
Brett Wilkins authored -
Adam Vaughan authored
-
- 02 May, 2013 7 commits
-
-
Brett Wilkins authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Brett Wilkins authored
-
Brett Wilkins authored
-
Brett Wilkins authored
-
Brett Wilkins authored
-
- 27 Apr, 2013 4 commits
-
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
Andrew Nesbitt authored
-
- 25 Apr, 2013 1 commit
-
-
Andrew Nesbitt authored
-
- 24 Apr, 2013 1 commit
-
-
Andrew Nesbitt authored
-