Commit graph

162 commits

Author SHA1 Message Date
Sam Richard
0fefd16607 Updated vars and includePaths based on comments 2015-04-01 10:43:39 -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
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
Sam Richard
ca990d0981 DRY'ed out the push back into the stream 2015-03-26 20:19:33 -04:00
Sam Richard
7a2f8ac259 Resolved 2.x merge conflicts
# By Vincent Prouillet
# Via Vincent Prouillet
* '2.x' of github.com:Snugug/gulp-sass:
  Use plugin name const in logError

# Conflicts:
#	index.js
2015-03-26 19:55:20 -04:00
Sam Richard
ebe2646a2e More accurate sourcemap documentation 2015-03-26 19:50:02 -04:00
Sam Richard
7684cf165a Added sync documentation 2015-03-26 19:49:48 -04:00
Sam Richard
0d52eb31ea Updated CHANGELOG 2015-03-26 19:44:46 -04:00
Sam Richard
f416379458 Added Sync option
Addes `sass.sync` to allow users to compile synchronously.

Wrapped the async callback in an `if` statement controlled by a `sync` option for the main function

Added `renderSync` render option
2015-03-26 19:42:14 -04:00
Sam Richard
c1d2696a3b Sync tests 2015-03-26 19:40:09 -04:00
Sam Richard
8bc76e15e6 Moved 'use strict' in index.js to global
Updated tests accordingly
2015-03-26 19:15:59 -04:00
Vincent Prouillet
d77ca081c4 Use plugin name const in logError 2015-03-25 19:29:30 +00:00
Sam Richard
5f1812f623 Merge branch '2-sourcemaps' of https://github.com/Keats/gulp-sass into 2.x
# By Vincent Prouillet
# Via Vincent Prouillet
* '2-sourcemaps' of https://github.com/Keats/gulp-sass:
  Sourcemap paths seem to be relative now?

# Conflicts:
#	index.js
2015-03-24 15:21:47 -04:00
Sam Richard
5fbbc32bd9 Updated error message to more closely match 1.x 2015-03-24 15:15:54 -04:00
Sam Richard
6754f39c4e Updated Changelog/Readme 2015-03-24 07:33:23 -05:00
Sam Richard
eca922cb2d Nicer function for logging errors 2015-03-24 07:32:46 -05:00
Vincent Prouillet
212e221212 Sourcemap paths seem to be relative now?
At least the test still pass and paths
looks the same with and without the relative fudge.
Sourcemaps are completely wonky though and do not point at the right thing

Also removes jshint since it's using eslint now
2015-03-24 12:16:31 +00:00
Sam Richard
42b8d28e84 Alpha 1 version, not full version 2015-03-24 06:43:42 -05:00
Sam Richard
c7e57b863c Removed gulp-sourcemaps from dependencies 2015-03-24 06:33:11 -05:00
Sam Richard
3adb373c69 Updated Changelog and README 2015-03-24 06:32:14 -05:00
Sam Richard
16e6077cc2 Updated Changelog 2015-03-24 06:05:36 -05:00
Sam Richard
a096e3cfb0 Updated main to coding standards 2015-03-24 05:53:01 -05:00
Sam Richard
47e6b7c772 Make strict rules more specific 2015-03-24 05:52:43 -05:00
Sam Richard
ae3fa21a3a Fixed linting issues with index.js 2015-03-24 05:38:03 -05:00
Sam Richard
3928f02b01 Function version of 'use strict' for index.js 2015-03-24 05:37:48 -05:00
Sam Richard
8ca25e10ad Added linting
Linting modified from ibm-watson/runner for use in Node
2015-03-24 05:32:12 -05:00
Sam Richard
480820b937 omitSourceMapUrl instead of hack
Node Sass now returns a buffer, so we don't need to turn it into a buffer for the contents
2015-03-24 04:51:57 -05:00
Sam Richard
73b945367b Sourcemap Tests 2015-03-24 04:41:16 -05:00
Sam Richard
abb28ba65e Sourcemap Support ported from 1.x 2015-03-24 04:40:48 -05:00
Sam Richard
c4d97cc7fd Updated node-sass version to alpha.1 2015-03-24 04:39:23 -05:00
Vincent Prouillet
1dd861e4d6 Rewrite gulp-sass to be a very light wrapper
Simply pass everything to node-sass and just hand
back the results to gulp.
Removed custom options like success/failure cb
and sync rendering.

Missing:
 -  gulp-sourcemaps support + test
2015-03-23 22:30:52 +00:00
David Manning
5a99375ac0 Merge pull request #217 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-03-22 22:30:52 -07:00
The Gitter Badger
b19533c05f Added Gitter badge 2015-03-23 02:51:06 +00:00
David Manning
5f9c61d031 Merge pull request #209 from matiassingers/patch-1
Format `errLogToConsole` message with red color
2015-03-21 19:34:22 -07:00
David Manning
3debeb4e48 Merge pull request #204 from bendrucker/readme-markdown
Fix markdown h1 formatting in readme
2015-03-20 23:02:44 -07:00
Matias Singers
9e90c79e5b Format errLogToConsole message with red color 2015-03-16 18:01:37 +08:00
Ben Drucker
b11d33d3e2 Fix markdown h1 formatting in readme 2015-03-12 21:10:27 -04:00
David Manning
ec61ffbdde Merge pull request #184 from B-Scan/patch-1
Added missing parenthesis to README.md
2015-02-14 11:31:07 -08:00
David Manning
314ce5c159 Updated node-sass dependency 2015-02-12 13:49:11 -08:00
David Manning
5ee25e68da Added message about 0.12 and io.js compatibility 2015-02-11 11:14:59 -08:00
David Manning
d44066d6dc Merge pull request #191 from MethodGrab/patch-1
Add lineNumber & fileName to emitted error
2015-02-10 07:36:59 -08:00
MethodGrab
1a1c1b4cd9 Add lineNumber & fileName to emitted error 2015-02-10 13:45:07 +00:00
Tomislav Biscan
e30b512fe5 Added missing parenthesis to README.md 2015-01-28 13:45:23 +00:00
David Manning
f02d06799a Merge pull request #176 from aaronjensen/patch-1
Add note about indented syntax to readme
2015-01-25 18:07:41 -08:00