[TASK] Update bower components

This commit is contained in:
Xaver Maierhofer 2016-05-22 15:58:09 +02:00 committed by Milan Pässler
commit 6aec0b21a8
7 changed files with 30 additions and 53 deletions

View file

@ -3,11 +3,6 @@ module.exports = function (grunt) {
bowerdir: "bower_components",
copy: {
html: {
options: {
process: function (content) {
return content.replace("#revision#", grunt.option("gitRevision"));
}
},
src: ["*.html"],
expand: true,
cwd: "html/",