Commit graph

176 commits

Author SHA1 Message Date
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
David Manning
0c429d5d90 version bump 2014-12-03 22:51:15 -08:00
David Manning
b063031afd Merge pull request #132 from schlueter/add-missing-gulp.dest-to-README
Add missing gulp.dest to README
2014-12-03 22:25:01 -08:00
David Manning
2d2bf53474 Merge pull request #141 from themouette/features/fix-multiple-src
Fix multiple src with includePaths
2014-12-03 22:20:00 -08:00
Julien Muetton
0d1a5eb2b7 Fix include path with node 1.2.3 2014-11-26 11:09:36 +01:00
Julien Muetton
7ba09c4bcb Add test for includePaths 2014-11-26 11:07:32 +01:00
Schlueter
18584972cb Add missing gulp.dest to README 2014-11-14 13:02:18 -05:00
David Manning
b5cba0eaaf version bump 2014-11-13 18:47:36 -08:00
David Manning
d2d97eb631 little clean up 2014-11-13 18:47:16 -08:00
David Manning
34c1bca6b4 Merge pull request #127 from fza/fix-opts-hash
Clone the options hash to prevent "opts.includePaths is undefined" errors
2014-11-13 18:44:59 -08:00
David Manning
ce0bcc855b Update README.md 2014-11-08 10:06:47 -08:00
Felix Zandanel
cff681aeb1 Make a deep clone of the options hash at the prolog 2014-11-08 18:02:07 +01:00
David Manning
2babd14e7f version bump 2014-10-28 23:01:59 -07:00
David Manning
60bd2b3c44 merge 2014-10-28 23:00:42 -07:00
David Manning
77159456fb merge 2014-10-28 22:58:24 -07:00
David Manning
91776b3a39 fix includePaths 2014-10-28 11:01:55 -07:00
David Manning
ca6a21ce5c Merge pull request #76 from JosephHier/master
Revise minor errors in README.md.
2014-10-26 09:46:11 -07:00
David Manning
5395cae064 version bump 2014-10-16 16:28:20 -07:00
David Manning
b6d61d403a Merge pull request #102 from rschmukler/master
bump to node-sass v1.0
2014-10-16 16:26:13 -07:00
Ryan Schmukler
553e6ea857 bump to node-sass v1.0 2014-10-16 19:21:01 -04:00