HEX
Server: Apache/2.4.61 (Ubuntu)
System: Linux hosting106 7.0.12-1-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.12-1 (2026-06-09T21:07Z) x86_64
User: clinicadentalargarate.com (1193)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/cursos.ril.es/node_modules/laravel-elixir/node_modules/gulp-sass/CHANGELOG.md
# Gulp Sass Changelog

## v2.1.0-beta
**September 21, 2015**

* **Change** :arrow_up: Bump to Node Sass 3.4.0-beta1

## v2.0.4
**July 15, 2015**

* **Fix** Relative file path now uses `file.relative` instead of arcane `split('/').pop` magic. Resolves lots of issues with source map paths.

* **Fix** Empty partials no longer copied to CSS folder

## v2.0.3
**June 27, 2015**

* **Fix** Empty partials no longer copied to CSS folder

## v2.0.2
**June 25, 2015**

* **Fix** Error in watch stream preventing watch from continuing

## v2.0.1
**May 13, 2015**

* **Fix** Source maps now work as expected with Autoprefixer
* **Fix** Current file directory `unshift` onto includePaths stack so it's checked first
* **Fix** Error message returned is unformatted so as to not break other error handling (*i.e.* `gulp-notify`)

## v2.0.0
**May 6, 2015**

* **Change** :arrow_up: Bump to Node Sass 3.0.0

## v2.0.0-alpha.1
**March 26, 2015**

* **New** Added `renderSync` option that can be used through `sass.sync()`

### March 24, 2015
* **Change** Updated to `node-sass` 3.0.0-alpha.1
* **New** Added support for `gulp-sourcemaps` including tests
* **New** Added `.editorconfig` for development consistency
* **New** Added linting and test for said linting
* **Change** Updated the README
* **New** `logError` function to make streaming errors possible instead of breaking the stream

### 1.3.3

* updated to node-sass 2.0 (final)
* should now work with node 0.12 and io.js

### 1.3.2

* fixed errLogToConsole

### 1.3.1

* bug fix

## Version 1.3.0

* Supports node-sass 2.0 (thanks laurelnaiad!)