Commit graph

302 commits

Author SHA1 Message Date
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
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