Commit graph

303 commits

Author SHA1 Message Date
Sam Richard
612f2e2b5c Update CHANGELOG 2015-06-25 09:39:11 -05:00
Sam Richard
273e0a33f8 Merge pull request #293 from mariusc23/master
Fix gulp watch stopping on error.
2015-06-25 09:36:35 -05:00
Vincent Prouillet
e8ed3bdc63 Merge pull request #294 from aj0strow/fix-empty-file
check contents length for empty file
2015-06-19 04:54:21 +01:00
AJ Ostrow
7f6605e433 check contents length for empty file 2015-06-10 17:45:12 -04:00
Marius Craciunoiu
061fce9878 Use gutil.PluginError instead of log. 2015-06-09 17:34:58 -04:00
Marius Craciunoiu
de7414b630 Fix gulp watch stopping on error. 2015-06-09 16:46:29 -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
4045aaab2d 📝 Update Changelog
And version bump
2015-05-13 07:16:13 -04:00
Sam Richard
0774a7693b Merge pull request #273 from unic/master
Error handling: Throw complete sass error but extend message
2015-05-13 07:09:54 -04:00
Thomas Jaggi
62af7d477a Error handling: Throw complete sass error but extend message 2015-05-12 18:48:07 +02:00
Thomas Jaggi
fc8695a4ca Merge remote-tracking branch 'upstream/master' 2015-05-12 17:59:42 +02:00
Sam Richard
9be18f1a85 Merge pull request #271 from sup3rman/sup3rman
Unshift instead of push current file's path onto includePaths.
2015-05-12 10:50:06 -04:00
Linus Miller
9407865e27 Unshift instead of push current files path onto includePaths. 2015-05-12 13:31:04 +02:00
Sam Richard
0b84f2a518 Add link to Common Issues
Also updated for inclusion of OS/Node debugging information
2015-05-10 08:52:08 -04:00
Sam Richard
1a2ebe04d8 Update CHANGELOG.md 2015-05-10 08:49:19 -04:00
Vincent Prouillet
a09fa6bb1a Merge pull request #266 from Snugug/feature/better-error-testing
Add file name and line:column to error test
2015-05-10 13:30:10 +01:00
Sam Richard
cff205b013 Add file name and line:column to error test 2015-05-10 05:27:08 -04:00
Sam Richard
0976aa42af Update README.md 2015-05-09 11:06:31 -04:00
Sam Richard
fd539150d7 Merge pull request #262 from unic/master
Fix issue with sourcemaps when using gulp-sourcemaps and autoprefixer
2015-05-09 11:02:48 -04:00
Thomas Jaggi
bdb05ca910 Add test case with gulp-sourcemaps and autoprefixer 2015-05-09 12:12:13 +02:00
Sam Richard
04be1e4600 Add NPM version badge 2015-05-07 07:24:05 -04:00
Vincent Prouillet
ee039186f0 Merge pull request #254 from dlmanning/2.x
Merge 2.x into Master
2015-05-06 16:31:19 +01:00
Vincent Prouillet
598d16f974 Merge pull request #248 from Snugug/feature/contributing
Add Contributing Guidelines
2015-05-06 15:59:04 +01:00
Vincent Prouillet
dec985fbdc Merge pull request #253 from Snugug/feature/3.0-bump
Update Node Sass to 3.0
2015-05-06 15:57:48 +01:00
Sam Richard
c033adf89b ⬆️ Update Node Sass to 3.0 2015-05-06 10:31:25 -04:00
Sam Richard
083e6bcb9c 🔥 Remove reference to branch 2015-05-05 08:56:08 -04:00
Sam Richard
e072993c55 🔥 Remove Branching Model section
📝 Lighten wording on Emoji usage
2015-05-01 07:58:00 -04:00
Sam Richard
ee07858ef4 🎨 Update formatting of CHANGELOG entry 2015-04-30 07:13:41 -04:00
Sam Richard
299c18fd0c 📝 Add Contributing guidelines 2015-04-30 07:12:59 -04:00
Sam Richard
33aa1f7a78 Merge pull request #238 from sarenji/2.x
Allow you to change the compiler and expose it
2015-04-29 06:28:31 -04:00
Vincent Prouillet
2b21a494cb Update to node-sass beta 7 2015-04-22 16:50:56 +01:00
David Peter
c1d629c209 Allow you to change the compiler and expose it
This will let you write sass.compiler.types, for example, and access the
sass types without having to require it in your main app.

Additionally, this lets you use a forked compiler, or a different branch
of the same compiler.
2015-04-14 12:23:54 -04:00
David Manning
cc2f815813 bump node-sass to 3.0.0-beta.4 2015-04-01 17:51:20 -07:00
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
b7ade97b7a Indented Syntax support 2015-04-01 12:32:12 -04:00
Sam Richard
ad6e6e4ddd Tests for file rename and file contents change 2015-04-01 11:07:33 -04:00
Sam Richard
0fefd16607 Updated vars and includePaths based on comments 2015-04-01 10:43:39 -04:00
Sam Richard
700ca8ddd9 Merge pull request #222 from Keats/filename
Add tests for sass+scss syntax
2015-03-31 18:20:29 -04:00
Sam Richard
5b8d4eb319 Nope, shouldn't be , should be file name 2015-03-31 16:26:47 -04:00
Sam Richard
4c4c3c125e A little bit of source map massaging 2015-03-31 16:26:29 -04:00
Sam Richard
bea198e545 Updated Tests 2015-03-31 15:56:18 -04:00
Sam Richard
3cdf1a325d Passing file as data
Resolves dlmanning/gulp-sass#158 once I get it working
2015-03-31 15:55:26 -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
David Manning
d59befea89 Merge pull request #224 from Snugug/2.x-sync
2.x sync
2015-03-30 15:15:42 -07:00
Sam Richard
e0ef731c39 Removed from the examples as logging is now done through 2015-03-30 09:54:24 -04:00
Sam Richard
5c14789228 Updated Message style
Aligns with Stylish reporter (used in ESLint, jshint-stylish, etc…

Removed colors from message except for  which is a standard Gulp log output color

Includes line and column in error report
2015-03-30 08:16:04 -04: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