Commit Graph

181 Commits (2.x)

Author SHA1 Message Date
Vincent Prouillet 598d16f974 Merge pull request #248 from Snugug/feature/contributing
Add Contributing Guidelines
2015-05-06 15:59:04 +01:00
Vincent Prouillet dec985fbdc Merge pull request #253 from Snugug/feature/3.0-bump
Update Node Sass to 3.0
2015-05-06 15:57:48 +01:00
Sam Richard c033adf89b ⬆️ Update Node Sass to 3.0 2015-05-06 10:31:25 -04:00
Sam Richard 083e6bcb9c 🔥 Remove reference to branch 2015-05-05 08:56:08 -04:00
Sam Richard e072993c55 🔥 Remove Branching Model section
📝 Lighten wording on Emoji usage
2015-05-01 07:58:00 -04:00
Sam Richard ee07858ef4 🎨 Update formatting of CHANGELOG entry 2015-04-30 07:13:41 -04:00
Sam Richard 299c18fd0c 📝 Add Contributing guidelines 2015-04-30 07:12:59 -04:00
Sam Richard 33aa1f7a78 Merge pull request #238 from sarenji/2.x
Allow you to change the compiler and expose it
2015-04-29 06:28:31 -04:00
Vincent Prouillet 2b21a494cb Update to node-sass beta 7 2015-04-22 16:50:56 +01:00
David Peter c1d629c209 Allow you to change the compiler and expose it
This will let you write sass.compiler.types, for example, and access the
sass types without having to require it in your main app.

Additionally, this lets you use a forked compiler, or a different branch
of the same compiler.
2015-04-14 12:23:54 -04:00
David Manning cc2f815813 bump node-sass to 3.0.0-beta.4 2015-04-01 17:51:20 -07:00
David Manning 9b69aaa2dc Merge pull request #228 from Snugug/2.x-datastream
2.x datastream
2015-04-01 16:59:50 -07:00
Sam Richard b7ade97b7a Indented Syntax support 2015-04-01 12:32:12 -04:00
Sam Richard ad6e6e4ddd Tests for file rename and file contents change 2015-04-01 11:07:33 -04:00
Sam Richard 0fefd16607 Updated vars and includePaths based on comments 2015-04-01 10:43:39 -04:00
Sam Richard 700ca8ddd9 Merge pull request #222 from Keats/filename
Add tests for sass+scss syntax
2015-03-31 18:20:29 -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
Vincent Prouillet 5c7777fda9 Rebase on top of 2.x 2015-03-31 15:44:22 +01:00
Vincent Prouillet de6af93958 Add a sass file to the inheritance test 2015-03-31 15:36:23 +01:00
Vincent Prouillet 25ee16f9d6 Replace indent.sass to match an existing issue
https://github.com/dlmanning/gulp-sass/issues/187 was failing
on 1.x
2015-03-31 15:36:23 +01:00
Vincent Prouillet 9c0e76fc8b Add tests for sass+scss syntax 2015-03-31 15:36:23 +01: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