Commit graph

196 commits

Author SHA1 Message Date
David Manning 7748e84eb8 version bump 2014-02-10 21:01:57 -08:00
David Manning 1e7da62c18 Added: preliminary source map support 2014-02-10 21:01:45 -08:00
David Manning 6181d953f1 Version bump 2014-01-25 09:46:42 -08:00
David Manning df32000dd2 Added: onError and onSuccess callback options 2014-01-25 09:46:20 -08:00
David Manning 852727e179 package.json 2014-01-22 15:49:02 -08:00
David Manning 7c021a03d6 Fix: Make sure includePaths default is specific for each file 2014-01-22 15:48:40 -08:00
David Manning 55ca93685e Updated node-sass dep 2014-01-22 14:41:12 -08:00
David Manning 718ff0a9f7 version bump 2014-01-22 12:52:24 -08:00
David Manning d009ffb818 Added: Default for includePaths option 2014-01-22 12:52:04 -08:00
David Manning 137d01d374 Merge pull request #15 from stevelacy/master
Remove clone
2014-01-20 23:01:31 -08:00
Steve Lacy bf3a08da85 Remove traces of clone() 2014-01-20 17:13:46 -07:00
Steve Lacy 3fface49e9 Add _ check 2014-01-20 14:41:36 -07:00
Steve Lacy 61353e1131 Change event-stream to map-stream 2014-01-20 12:21:33 -07:00
Steve Lacy b5ce4d76b2 Remove clone, _ check is not needed 2014-01-20 11:56:56 -07:00
David Manning b6175ed840 Removed travis build for node 0.11 2014-01-19 00:55:04 -08:00
David Manning 125e19face Remove travis tests for node 0.8 and 0.6 2014-01-19 00:51:16 -08:00
David Manning a14d75f318 Added: Travis build status badge 2014-01-19 00:50:19 -08:00
David Manning 5f2be5a6ca Add node 0.11 to travis build 2014-01-19 00:46:22 -08:00
David Manning 75dd9e9ae5 Remove test dependency on gulp and bump version 2014-01-19 00:42:15 -08:00
David Manning 4d42561e94 Added travis build 2014-01-19 00:41:54 -08:00
David Manning d537454052 Made tests better 2014-01-19 00:41:04 -08:00
David Manning 52e7d845ee Pass along file when .isNull() 2014-01-19 00:39:41 -08:00
David Manning f6af95634d version bump 2014-01-12 22:43:33 -08:00
David Manning db43de3673 use gutil.log() for console logging errors 2014-01-12 22:43:12 -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
David Manning ad12387d58 version bump 2014-01-10 13:44:08 -08:00
David Manning 1b5075aecd Minor edits to Neil Kinnish's PR 2014-01-10 13:34:30 -08:00
Neil Kinnish 86827e6eca Update error handling and handled partials
1. Updated so as an error is logged rather than reported as an error as this will stop the watcher which could be annoying - although may be a preference option?

2. Added logic to ignore a partial (doesn't log) essentially a sass file prefixed with '_'
2014-01-10 16:27:05 +00:00
David Manning 09879621c0 Removed extraneous comments 2014-01-10 01:46:15 -08:00
David Manning 1ee0a2ac6c Added tape tests 2014-01-10 01:45:46 -08:00
David Manning 0928222c4e Added check for null files 2014-01-05 10:15:20 -05:00
David Manning 8a3e80c69c Updated deps and version bump 2014-01-05 10:14:47 -05:00
David Manning e0e703131c update package requirements 2013-12-14 18:29:14 -08:00
Will O'Brien b0ca91c02d Add node_modules to gitignore 2013-12-14 18:23:28 -08:00
Will O'Brien a4a43487e3 Remove file clone
The file object passed by gulp is now a wrapped node file object. Clone
seems to be tripping over the path setting resulting in .scss files
rather than .css files. The content of the files is, as expected, css.

This fix removes the file cloning and instead just emits the incoming
file with modified attributes.
2013-12-14 18:23:04 -08:00
David Manning 0f16ff1384 Merge pull request #2 from stevelacy/patch-1
Removing redundant parentheses
2013-12-04 10:04:51 -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 c28845e17e bumb version 2013-08-31 19:01:09 -07:00
David Manning 5d258dc2f4 pass additional options to node-sass 2013-08-31 19:00:14 -07:00
David Manning a983cb7320 Initial commit 2013-08-31 16:53:11 -07:00
David Manning b6f13ea0ce Merge branch 'master' of https://github.com/dlmanning/gulp-sass 2013-08-31 14:20:12 -07:00
David Manning 22a56370d2 new file: package.json 2013-08-31 14:19:20 -07:00
David Manning 24329f8d52 Initial commit 2013-08-31 14:01:20 -07:00