Commit Graph

49 Commits (master)

Author SHA1 Message Date
selfisekai bcf64926b8 this is a fork 🔥 2020-11-05 23:40:12 +01:00
Natalie Weizenbaum 98254d2d0d Fix README typos 2018-10-16 17:57:46 +10:00
Natalie Weizenbaum 8a14419856 Continue loading Node Sass by default
This documents the option to use Dart Sass, and encourages users to
explicitly choose their implementation, but it doesn't change the
existing behavior.
2018-10-16 17:57:46 +10:00
Natalie Weizenbaum 938afbe3dc Add a note about synchronous versus asynchronous speed 2018-10-16 17:57:46 +10:00
Natalie Weizenbaum 7cc2db1168 Make this package implementation-agnostic
Rather than always loading Node Sass, this now requires users to pass
in either Dart Sass or Node Sass to the require() call.

Closes #672
2018-10-16 17:57:46 +10:00
Jacob Francis Powers 643f73b64a Add documentation for synchronous code options
It's not clearly documented how to add options to sass.sync, and this is implemented inconsistently across other code infrastructures, so it's not safe to assume whether it's `sass(options).sync()` or `sass.sync(options)` please accept the pull request if the proposed documentation is correct, or otherwise accept it anyways and provide a follow up merge as an update fix.
2018-05-23 09:39:48 +02:00
xzyfer 9a8a8797ca Drop support for non-active lts and current release
Closes #649
2018-03-24 12:55:07 +11:00
Chang Wang 206829038c Update Readme to clarify that `data` is not passed to node-sass 2016-02-15 05:12:53 -05:00
Vincent Prouillet e4f84b0f64 Return streams + handle errors everytime in README 2015-12-02 16:50:55 +00:00
Cory House 722ca50d8b Typo fix 2015-10-12 12:03:12 -05:00
Sam Richard 7604019895 Update README.md 2015-07-22 09:27:34 -04:00
Sam Richard d7a711d21c Update README.md 2015-07-22 09:27:21 -04:00
Vincent Prouillet 1f54efec9d Add example in README on how to pass node-sass options 2015-06-09 11:01:04 +01:00
Sam Richard 0976aa42af Update README.md 2015-05-09 11:06:31 -04:00
Sam Richard 04be1e4600 Add NPM version badge 2015-05-07 07:24:05 -04:00
Sam Richard e0ef731c39 Removed from the examples as logging is now done through 2015-03-30 09:54:24 -04:00
Sam Richard ebe2646a2e More accurate sourcemap documentation 2015-03-26 19:50:02 -04:00
Sam Richard 7684cf165a Added sync documentation 2015-03-26 19:49:48 -04:00
Sam Richard 6754f39c4e Updated Changelog/Readme 2015-03-24 07:33:23 -05:00
Sam Richard 3adb373c69 Updated Changelog and README 2015-03-24 06:32:14 -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
The Gitter Badger b19533c05f Added Gitter badge 2015-03-23 02:51:06 +00:00
Ben Drucker b11d33d3e2 Fix markdown h1 formatting in readme 2015-03-12 21:10:27 -04:00
Tomislav Biscan e30b512fe5 Added missing parenthesis to README.md 2015-01-28 13:45:23 +00:00
Aaron Jensen 129d5a830f Add note about indented syntax to readme 2015-01-20 22:29:38 -08:00
Aaron Petcoff 126035a5e8 changes spelling of Sass in README. it's Sass not SASS :) 2015-01-13 16:27:52 -05:00
Schlueter 18584972cb Add missing gulp.dest to README 2014-11-14 13:02:18 -05:00
David Manning ce0bcc855b Update README.md 2014-11-08 10:06:47 -08:00
David Manning ca6a21ce5c Merge pull request #76 from JosephHier/master
Revise minor errors in README.md.
2014-10-26 09:46:11 -07:00
David Manning 22fe33db96 merge 2014-10-09 15:03:12 -07:00
David Clark 7663490005 Fix ; typos in Sourcemaps examples 2014-09-24 13:25:39 -07:00
David Manning 25b326fac1 Resolve merge conflicts 2014-09-10 20:04:06 -07:00
Joseph Hier 60f15b9216 Revise minor errors in README.md. 2014-07-29 21:47:00 -07:00
Shinnosuke Watanabe e500335338 Update README
* change badge image format
* update link URL
2014-07-18 14:55:46 +09: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
Jesse Pollak 4c3154aeb1 fixes readme 2014-05-27 12:56:55 -07:00
Jesse Pollak f786e90176 adds documentation 2014-05-10 12:04:25 -07:00
David Manning 903fb592d5 Version bump and update README 2014-02-21 16:08:13 -08:00
Tomas 8481406b5d Fix unquoted map + normal sourceComments 2014-02-18 17:49:51 -03:00
David Manning 1e7da62c18 Added: preliminary source map support 2014-02-10 21:01:45 -08: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 a14d75f318 Added: Travis build status badge 2014-01-19 00:50:19 -08:00
David Manning 6d63ff3220 Add errLogToConsole option 2014-01-12 22:27:45 -08:00
David Manning 5a92cdf16c changed markdown syntax specification sass -> scss 2014-01-10 15:47:07 -08:00
David Manning 6b65a312f4 Added documentation for imports and partials 2014-01-10 15:45:20 -08:00
Steve Lacy 807a09004a Removing redundant parentheses 2013-12-04 10:36:46 -07:00
David Manning c7f4c33556 Added documentation 2013-08-31 21:54:25 -07:00
David Manning 24329f8d52 Initial commit 2013-08-31 14:01:20 -07:00