Commit graph

33 commits

Author SHA1 Message Date
David Manning 9b69aaa2dc Merge pull request #228 from Snugug/2.x-datastream
2.x datastream
2015-04-01 16:59:50 -07:00
Sam Richard ad6e6e4ddd Tests for file rename and file contents change 2015-04-01 11:07:33 -04:00
Sam Richard 5b8d4eb319 Nope, shouldn't be , should be file name 2015-03-31 16:26:47 -04:00
Sam Richard bea198e545 Updated Tests 2015-03-31 15:56:18 -04:00
Vincent Prouillet 5c7777fda9 Rebase on top of 2.x 2015-03-31 15:44:22 +01:00
Vincent Prouillet de6af93958 Add a sass file to the inheritance test 2015-03-31 15:36:23 +01:00
Vincent Prouillet 25ee16f9d6 Replace indent.sass to match an existing issue
https://github.com/dlmanning/gulp-sass/issues/187 was failing
on 1.x
2015-03-31 15:36:23 +01:00
Vincent Prouillet 9c0e76fc8b Add tests for sass+scss syntax 2015-03-31 15:36:23 +01:00
Sam Richard 140c1ebecf Test should be that error is there, not that it is start of string 2015-03-30 08:11:00 -04:00
Sam Richard c1d2696a3b Sync tests 2015-03-26 19:40:09 -04:00
Sam Richard 8bc76e15e6 Moved 'use strict' in index.js to global
Updated tests accordingly
2015-03-26 19:15:59 -04:00
Sam Richard a096e3cfb0 Updated main to coding standards 2015-03-24 05:53:01 -05:00
Sam Richard 47e6b7c772 Make strict rules more specific 2015-03-24 05:52:43 -05:00
Sam Richard 3928f02b01 Function version of 'use strict' for index.js 2015-03-24 05:37:48 -05:00
Sam Richard 8ca25e10ad Added linting
Linting modified from ibm-watson/runner for use in Node
2015-03-24 05:32:12 -05:00
Sam Richard 73b945367b Sourcemap Tests 2015-03-24 04:41:16 -05:00
Vincent Prouillet 1dd861e4d6 Rewrite gulp-sass to be a very light wrapper
Simply pass everything to node-sass and just hand
back the results to gulp.
Removed custom options like success/failure cb
and sync rendering.

Missing:
 -  gulp-sourcemaps support + test
2015-03-23 22:30:52 +00:00
David Manning 314ce5c159 Updated node-sass dependency 2015-02-12 13:49:11 -08:00
Daphne Maddox 12f8db9863 update to node-sass version 2 beta
Peg node-sass dependency at "2.0.0-beta". node-sass version 2 is still
in beta, be wary of this branch.

Handle object output from node-sass, read `css` and `map` properties,
consistent with node-sass v2 API.

Simplify handling of file/data and sourceComments/sourceMap options.
2015-01-04 08:25:18 -08:00
Julien Muetton 7ba09c4bcb Add test for includePaths 2014-11-26 11:07:32 +01:00
David Manning 77159456fb merge 2014-10-28 22:58:24 -07:00
Ryan Schmukler 553e6ea857 bump to node-sass v1.0 2014-10-16 19:21:01 -04:00
David Clark 050724dfd5 Update test.js 2014-10-06 10:29:39 -07:00
David Clark 63a08c54f6 Make sourcemap source paths relative to file.base; fixes #92. 2014-10-04 17:05:52 -07:00
Niels Doucet c55ebd5c2c Add option, so the user can choose to call libsass synchronously. This can alleviate some pressure from the cpu and the memory when rendering large or many files. 2014-07-14 15:21:31 +02:00
David Manning df32000dd2 Added: onError and onSuccess callback options 2014-01-25 09:46:20 -08:00
David Manning d009ffb818 Added: Default for includePaths option 2014-01-22 12:52:04 -08:00
David Manning d537454052 Made tests better 2014-01-19 00:41:04 -08:00
David Manning 1b5075aecd Minor edits to Neil Kinnish's PR 2014-01-10 13:34:30 -08:00
David Manning 1ee0a2ac6c Added tape tests 2014-01-10 01:45:46 -08:00
David Manning c7f4c33556 Added documentation 2013-08-31 21:54:25 -07:00
David Manning 5d258dc2f4 pass additional options to node-sass 2013-08-31 19:00:14 -07:00
David Manning a983cb7320 Initial commit 2013-08-31 16:53:11 -07:00