Commit graph

245 commits

Author SHA1 Message Date
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
Aaron Jensen
129d5a830f Add note about indented syntax to readme 2015-01-20 22:29:38 -08:00
David Manning
055a44f8ab version 1.3.2 2015-01-16 10:36:27 -08:00
David Manning
53d44c2caa Merge pull request #171 from awkwardgroup/master
New string for error logging
2015-01-16 10:33:11 -08:00
Joakim Strandell
55601e217b New string for error logging 2015-01-15 13:07:49 +01:00
David Manning
24cc36a033 mend
Version 1.3.1
2015-01-13 20:50:29 -08:00
David Manning
879b70a38e Version 1.3.1 2015-01-13 20:49:16 -08:00
David Manning
c1ed53d8ed Merge pull request #167 from xzyfer/fix/node-sass-2
Fix success callback check for generated sourcemap
2015-01-13 20:46:36 -08:00
xzyfer
013064de26 Fix undefined variable 2015-01-14 15:42:01 +11:00
David Manning
5d98bf68f4 Added CHANGELOG and fix version 2015-01-13 17:27:35 -08:00
David Manning
1019397917 version bump 2015-01-13 17:22:27 -08:00
David Manning
cc2b0a919d Fix formatting and remove dead code 2015-01-13 17:21:54 -08:00
David Manning
050e9bb417 Merge pull request #164 from aptkf/master
changes spelling of Sass in README
2015-01-13 16:58:29 -08:00
David Manning
6ff404224b Merge pull request #159 from laurelnaiad/node-sass-v2
update to node-sass version 2 beta
2015-01-13 16:57:59 -08:00
Aaron Petcoff
126035a5e8 changes spelling of Sass in README. it's Sass not SASS :) 2015-01-13 16:27:52 -05:00
Daphne Maddox
12f8db9863 update to node-sass version 2 beta
Peg node-sass dependency at "2.0.0-beta". node-sass version 2 is still
in beta, be wary of this branch.

Handle object output from node-sass, read `css` and `map` properties,
consistent with node-sass v2 API.

Simplify handling of file/data and sourceComments/sourceMap options.
2015-01-04 08:25:18 -08:00
David Manning
f390117421 Update .travis.yml
Remove 0.11 and 0.8 from travis
2014-12-10 18:35:57 -08:00
David Manning
aefca4aef4 Update .travis.yml
Add node versions 0.8 (not supported) and 0.11
2014-12-10 18:31:46 -08:00