Commit Graph

319 Commits (master)

Author SHA1 Message Date
xzyfer ebb66e8455 v2.3.1 2016-04-22 09:01:46 +10:00
Michael Mifsud f049f688a1 Merge pull request #474 from xzyfer/feat/fix-include-paths
Restore includePaths logic
2016-04-22 08:52:13 +10:00
xzyfer 1d72ed3fc1 Restore includePaths logic
I believe this was mistakenly removed in #353.

@eoneill can you shed some light on why you removed this? It has
caused issues for users.

Fixes #469
Fixes #473
2016-04-21 23:49:31 +10:00
Michael Mifsud 439035f380 Merge pull request #468 from xzyfer/feat/node-sass/3.5.0
Update to node-sass@3.5.1 stable
2016-04-21 11:31:41 +10:00
xzyfer ae029bf425 Update to node-sass@3.5.1 stable 2016-04-21 10:50:18 +10:00
Michael Mifsud 74d6a1a6ab Merge pull request #353 from eoneill/master
Add the .file property to options before handing off to node-sass
2016-03-16 16:06:46 +11:00
Michael Mifsud fa90705182 Merge pull request #441 from cheapsteak/patch-2
Update Readme to clarify that `data` is not passed to node-sass
2016-02-15 21:15:32 +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
Michael Mifsud 06dd57a797 Merge pull request #437 from xzyfer/feat/node-sass-beta
Prepare 2.3.0-beta.1 with node-sass@3.5.0-beta.1
2016-02-04 23:07:01 +11:00
xzyfer 9609cfe4d2 Prepare 2.3.0-beta.1 with node-sass@3.5.0-beta.1 2016-02-04 23:04:02 +11:00
Michael Mifsud 67874cb608 Merge pull request #436 from dlmanning/fix/sourcemap-tests
Fix failing sourcemaps tests
2016-02-04 23:00:33 +11:00
xzyfer 3150325f32 Fix failing sourcemaps tests
It looks like a dependency has caused some tests to start failing.
Sourcemaps are not a documented API so this is not a breaking
change.
2016-02-04 22:56:41 +11:00
xzyfer 1888f3561f 2.2.0 2016-02-04 22:35:25 +11:00
Michael Mifsud cc1bca67b1 Merge pull request #408 from Keats/master
Return streams + handle errors everytime in README
2015-12-22 11:08:06 +11:00
Vincent Prouillet 52fba693e0 Merge pull request #420 from jlgeering/error-msg-unformatted
preserve the original error message for notification(s) support
2015-12-21 10:53:18 +00:00
Vincent Prouillet 847a2d3e39 Merge pull request #417 from ajschlosser/master
add relativePath property to error object for notification(s) support
2015-12-21 10:52:14 +00:00
Jean-Luc Geering 3075a845c6 preserve the original error message 2015-12-21 09:45:33 +01:00
Aaron Schloser 5e8af62356 add relativePath assertion to sync test 2015-12-18 10:38:44 -08:00
Aaron Schloser b3fe81f86a add relativePath property to error object in order to play nicely with gulp-notify 2015-12-18 10:35:52 -08:00
xzyfer d62227fb9d 2.1.1 2015-12-10 23:56:08 +11:00
Eugene ONeill cc31400b55 fix sourcemap transform 2015-12-03 16:14:27 -08:00
Eugene ONeill 058b42c80a remove unnecessary includePaths adjusts now that we're setting file property correctly 2015-12-03 16:14:27 -08:00
Eugene ONeill 31a3218ae6 add the .file property to options before handing off to node-sass 2015-12-03 16:14:27 -08:00
Vincent Prouillet 9438bf2c82 Use new travis infrastructure 2015-12-02 17:44:44 +00:00
Vincent Prouillet bb90ad76ee Merge pull request #407 from joevbruno/filename-patch
Fixed sourcemaps filename issue ('stdin')
2015-12-02 17:43:18 +00:00
Joe Bruno 4e51591c96 Forgot a comma ... 2015-12-02 12:36:37 -05:00
Joe Bruno 19f54ce753 changed var srcs to filteredSources + Travis Fix
I changed var srcs to filteredSources to be more semantic and closer to the existing formatting. I moved the var declaration to the top level in an attempt to comply with the established coding standards.
2015-12-02 12:30:41 -05:00
Joe Bruno 9c042f3cc2 Remove the commented code and l95 2015-12-02 12:13:53 -05:00
Vincent Prouillet e4f84b0f64 Return streams + handle errors everytime in README 2015-12-02 16:50:55 +00:00
Joe Bruno 00963bc41f Fixed sourcemaps filename issue ('stdin')
Fixed the issue where sourcemaps were not displaying the correct filename, but were instead displaying 'stdin'
2015-12-01 13:15:29 -05:00
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