Skip to content

Commit

Permalink
[+]: testing "grunt-pagespeed"
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Nov 6, 2014
1 parent b406d5c commit a55e1c0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 17 deletions.
15 changes: 15 additions & 0 deletions web/Gruntfile.js
Expand Up @@ -145,6 +145,21 @@ module.exports = function(grunt) {
}
},

pagespeed: {
options: {
nokey: true,
url: "http://openrheinruhr.suckup.de"
},
dist: {
options: {
url: "http://openrheinruhr.suckup.de",
locale: "de_DE",
strategy: "desktop",
threshold: 80
}
}
},

watch: {

twig: {
Expand Down
35 changes: 18 additions & 17 deletions web/package.json
Expand Up @@ -3,28 +3,29 @@
"private": "true",
"author": "Lars Moelleken",
"devDependencies": {
"dalek-browser-chrome": "latest",
"dalek-browser-firefox": "latest",
"dalek-browser-ie": "latest",
"dalek-browser-ios": "latest",
"dalek-reporter-html": "latest",
"dalekjs": "latest",
"grunt": "latest",
"matchdep": "latest",
"time-grunt": "latest",
"grunt-libsass": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-less": "latest",
"grunt-autoprefixer": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-compass": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-copy": "latest",
"grunt-autoprefixer": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-csswring": "latest",
"dalekjs": "latest",
"grunt-dalek": "latest",
"dalek-browser-chrome": "latest",
"dalek-browser-firefox": "latest",
"dalek-browser-ie": "latest",
"dalek-browser-ios": "latest",
"dalek-reporter-html": "latest"
"grunt-libsass": "latest",
"grunt-pagespeed": "^0.3.0",
"matchdep": "latest",
"time-grunt": "latest"
}
}

0 comments on commit a55e1c0

Please sign in to comment.