diff options
author | Brian Evans <grknight@gentoo.org> | 2019-04-25 11:10:45 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-04-25 11:10:45 -0400 |
commit | cfa20cdfb84ce52de32e133ba34f34ac26d9b865 (patch) | |
tree | 0999f68d018338de7d0050349d479e8fe08bf221 /sources/css/tyrian | |
parent | Further grunt updates (diff) | |
download | tyrian-theme-cfa20cdfb84ce52de32e133ba34f34ac26d9b865.tar.gz tyrian-theme-cfa20cdfb84ce52de32e133ba34f34ac26d9b865.tar.bz2 tyrian-theme-cfa20cdfb84ce52de32e133ba34f34ac26d9b865.zip |
Further grunt trimming
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'sources/css/tyrian')
-rw-r--r-- | sources/css/tyrian/Gruntfile.js | 4 | ||||
-rw-r--r-- | sources/css/tyrian/package.json | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sources/css/tyrian/Gruntfile.js b/sources/css/tyrian/Gruntfile.js index 35cf114..1d3be90 100644 --- a/sources/css/tyrian/Gruntfile.js +++ b/sources/css/tyrian/Gruntfile.js @@ -46,7 +46,8 @@ module.exports = function(grunt) { match: /@import "variables\.less";$/m, replacement: '@import "variables.less"; @import "../../tyrian/bootstrap/variables-tyrian.less";' } - ] + ], + silent: true }, files: [ {expand: true, flatten: true, src: ['../bootstrap/less/bootstrap.less'], dest: '../bootstrap/less/'} @@ -68,7 +69,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks("grunt-contrib-less"); grunt.loadNpmTasks("grunt-replace-regex"); - grunt.loadNpmTasks("grunt-string-replace"); grunt.loadNpmTasks("grunt-shell"); grunt.registerTask("compile", ["less:compile", "replace:compile"]); diff --git a/sources/css/tyrian/package.json b/sources/css/tyrian/package.json index 4246541..84881db 100644 --- a/sources/css/tyrian/package.json +++ b/sources/css/tyrian/package.json @@ -5,9 +5,7 @@ "version": "0.0.1", "devDependencies": { "grunt": "~1.0.4", - "grunt-contrib-copy": "~1.0.0", "grunt-contrib-less": "~2.0.0", - "grunt-contrib-watch": "~1.1.0", "grunt-replace-regex": "~1.0.3", "grunt-shell": "~3.0.1" } |