1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

grab webcomponents.js from npm

This commit is contained in:
Matthias Kretschmann 2015-05-31 20:23:26 +02:00
parent 805af1d236
commit d2e2832da4
3 changed files with 46 additions and 46 deletions

View File

@ -105,7 +105,7 @@ module.exports = function(grunt){
'node_modules/picturefill/dist/picturefill.js'
],
'<%= config.site %>/<%= config.assets.js %>/CustomElements.min.js': [
'bower_components/webcomponentsjs/CustomElements.js'
'node_modules/webcomponentsjs/CustomElements.js'
],
'<%= config.site %>/<%= config.assets.js %>/kremalicious3.min.js': [
'node_modules/jquery/dist/jquery.js',

View File

@ -10,8 +10,7 @@
"dependencies": {
"jquery-infinite-scroll": ">=2.0.2",
"simple-jekyll-search": ">=1.0.6",
"time-elements": ">=0.4.0",
"webcomponentsjs": ">=0.6.1"
"time-elements": ">=0.4.0"
},
"ignore": [
"**/.*",

View File

@ -13,7 +13,8 @@
"masonry-layout": ">=3.3.0",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"picturefill": ">=2.3.1"
"picturefill": ">=2.3.1",
"webcomponents.js": ">=0.7.1"
},
"devDependencies": {
"autoprefixer-core": ">=5.2.0",
@ -26,8 +27,8 @@
"grunt-contrib-stylus": ">=0.18.0",
"grunt-contrib-uglify": ">=0.2.2",
"grunt-contrib-watch": ">=0.5.3",
"grunt-postcss": ">=0.4.0",
"grunt-jekyll": ">=0.4.0",
"grunt-postcss": ">=0.4.0",
"grunt-rev": ">=0.1.0",
"grunt-rsync": ">=0.2.1",
"grunt-text-replace": ">=0.3.12",