Commit graph

239 commits

Author SHA1 Message Date
Michael Mifsud 5787925539 Merge pull request #375 from xzyfer/release/3.1.0
2.1.0
2015-10-28 01:10:17 +11:00
xzyfer 4667e0bf8c 2.1.0 2015-10-28 01:07:24 +11:00
Michael Mifsud d7ca6a45e8 Merge pull request #376 from xzyfer/feat/update-deps
Update PostCSS deps the latest versions that support 0.10
2015-10-26 02:05:36 +11:00
xzyfer a8f39336c8 Update PostCSS deps the latest versions that support 0.10
PostCSS >= 6.0.0 has dropped support for Node 0.10. Whether we
want to follow suit is beyond my pay grade here :)
2015-10-26 02:02:47 +11:00
Michael Mifsud 66083d7d9c Merge pull request #360 from xzyfer/feat/update-deps
Update npm dependencies
2015-10-26 01:57:05 +11:00
xzyfer ebd4892b52 Update dependencies
Some of our dependencies were at least a major version our of date.
2015-10-26 01:54:23 +11:00
xzyfer 1f11c8d066 Update dev dependencies
Some of our dev dependencies are at least a major version behind.
This require update required updating our .eslintrc config because
some of the rules we used have been removed.
2015-10-26 01:54:22 +11:00
Michael Mifsud 33a8a4fee9 Merge pull request #358 from xzyfer/fix/empty-file
An empty Sass file should produce an empty CSS file
2015-10-26 01:34:12 +11:00
Michael Mifsud 623eebc2c7 Merge pull request #359 from xzyfer/fix/dirty-tests
Test runner should clean up after itself
2015-10-26 01:32:43 +11:00
Michael Mifsud 830e7f813c Merge pull request #374 from xzyfer/feat/node-sass-3-4
Node Sass 3.4.0
2015-10-26 01:23:19 +11:00
xzyfer 57f8c6d7ea Use LibSass' pre-formatted error messages 2015-10-26 01:20:58 +11:00
xzyfer 5246a9481d Bump node-sass@^3.4.0 2015-10-26 00:41:59 +11:00
Michael Mifsud 07a93a8184 Merge pull request #366 from coryhouse/patch-1
Typo fix
2015-10-13 11:00:00 +11:00
Cory House 722ca50d8b Typo fix 2015-10-12 12:03:12 -05:00
xzyfer 3b30b8a444 Test runner should clean up after itself
We don't remove generated files between tests which results in
false positives when asserting if a file was created. This was
noticed when creating the test cases for #358
2015-10-05 15:14:57 +11:00
xzyfer f8a75e6adf An empty Sass file should produce an empty CSS file
Currently if the input file is blank we bail out early, returning
the input file object. This causes gulp to simply copy the input
Sass file. We instead need to rewrite the file extension to .css.
Fixes #352
2015-10-05 15:09:26 +11:00
xzyfer 04f9a9318c 2.1.0-beta 2015-09-21 22:13:26 +10:00
xzyfer 55d4d51d35 Update CHANGELOG 2015-09-21 22:13:25 +10:00
Michael Mifsud 839c315372 Merge pull request #344 from xzyfer/feat/node-sass-34-beta
Use node-sass@3.4.0-beta
2015-09-21 22:09:24 +10:00
xzyfer 16d4efed16 Use node-sass@3.4.0-beta 2015-09-21 22:05:47 +10:00
Sam Richard 64d93e6945 Merge pull request #320 from martinoconnor/master
Modify sourcemap paths of imported files
2015-09-19 06:45:41 -04:00
Martin O'Connor 77e66a795a Use path.dirname for enhanced readability 2015-07-30 22:26:15 -04:00
Martin O'Connor 936518d258 Merge remote-tracking branch 'dlmanning/master' 2015-07-30 15:01:36 -04:00
Martin O'Connor fb26b3a259 Update file processing to a cross platform solution 2015-07-30 14:32:41 -04:00
Martin O'Connor 9cb5f1cb5c Modify sourcemap paths of imported files relative to file.base instead of relative to file, if a different base is specified. 2015-07-30 12:33:15 -04:00
Sam Richard 8bfcb19b45 Update CHANGELOG.md 2015-07-30 11:11:04 -04: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
Sam Richard 8f5e91f442 2.0.4 2015-07-15 11:03:12 -07:00
Sam Richard 2a4f945da9 Add test for globbed files
Resolves #282

Resolves #278
2015-07-15 11:00:56 -07:00
Sam Richard 2b0f446b9d Merge pull request #314 from TrySound/fix-sourcemaps
Fixed sourcemaps with different file.base
2015-07-14 05:11:38 -07:00
Bogdan Chadkin 38e3c361f1 Fixed sourcemaps with different file.base 2015-07-12 22:32:17 +03:00
Sam Richard a94f80de4e 2.0.3 2015-06-27 12:40:24 -05:00
Sam Richard 6e085bf215 Update CHANGELOG 2015-06-27 12:40:15 -05:00
Sam Richard 1604fe745d 🐛 Fix empty partials copied to CSS folder
Resolves #306
2015-06-27 12:39:28 -05:00
Sam Richard d1930b8cba 2.0.2 2015-06-25 09:39:44 -05:00
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