Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Missing plugin options #213

Merged
merged 1 commit into from
Jul 27, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/shared/Css.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function(options) {
gulp
.src(options.src.path)
.pipe($.if(config.sourcemaps, $.sourcemaps.init()))
.pipe(options.compiler())
.pipe(options.compiler(options.pluginOptions))
.on('error', function(e) {
new Elixir.Notification().error(e, name + ' Compilation Failed');

Expand Down