X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gruntfile.js;h=72a407f921c9346421a98a219bcce8285103a4c3;hb=2a2ceceaa42e3de656a0412526fb8c9762873c06;hp=b80ab56d554bca0d6c5b1efb24b15541560ec7ef;hpb=93a95c09bf7ab389de623f6cda01dfc295aa6b74;p=github%2Fwallabag%2Fwallabag.git diff --git a/Gruntfile.js b/Gruntfile.js index b80ab56d..72a407f9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,10 +10,6 @@ module.exports = function (grunt) { postcss: { material: { options: { - map: { - inline: false, - }, - processors: [ require('pixrem')(), require('autoprefixer')({ browsers: 'last 2 versions' }), @@ -25,10 +21,6 @@ module.exports = function (grunt) { }, baggy: { options: { - map: { - inline: false, - }, - processors: [ require('pixrem')(), require('autoprefixer')({ browsers: 'last 2 versions' }), @@ -95,19 +87,13 @@ module.exports = function (grunt) { files: { '<%= releaseDir %>/themes/material/js/material.min.js': ['<%= buildDir %>/material.browser.js'], - }, - options: { - sourceMap: true, - }, + } }, baggy: { files: { '<%= releaseDir %>/themes/baggy/js/baggy.min.js': ['<%= buildDir %>/baggy.browser.js'], - }, - options: { - sourceMap: true, - }, + } }, }, copy: {