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:
parent
805af1d236
commit
d2e2832da4
@ -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',
|
||||
|
@ -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": [
|
||||
"**/.*",
|
||||
|
87
package.json
87
package.json
@ -1,45 +1,46 @@
|
||||
{
|
||||
"name": "kremalicious",
|
||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||
"description": "Blog of Matthias Kretschmann",
|
||||
"version": "3.0.0",
|
||||
"main": "Gruntfile.js",
|
||||
"scripts": {
|
||||
"postinstall": "bower install && bundle install"
|
||||
},
|
||||
"dependencies": {
|
||||
"imagesloaded": ">=3.1.8",
|
||||
"jquery": ">=2.1.4",
|
||||
"masonry-layout": ">=3.3.0",
|
||||
"normalize-css": ">=2.3.1",
|
||||
"normalize-opentype.css": ">=0.2.4",
|
||||
"picturefill": ">=2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer-core": ">=5.2.0",
|
||||
"css-mqpacker": ">=3.1.0",
|
||||
"csswring": ">=3.0.5",
|
||||
"grunt": ">=0.4.5",
|
||||
"grunt-contrib-clean": ">=0.5.0",
|
||||
"grunt-contrib-connect": ">=0.5.0",
|
||||
"grunt-contrib-imagemin": ">=0.7.0",
|
||||
"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-rev": ">=0.1.0",
|
||||
"grunt-rsync": ">=0.2.1",
|
||||
"grunt-text-replace": ">=0.3.12",
|
||||
"grunt-usemin": ">=2.0.2",
|
||||
"nib": ">=1.0.3",
|
||||
"stylus": ">=0.45.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.29"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:kremalicious/kremalicious3.git"
|
||||
}
|
||||
"name": "kremalicious",
|
||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||
"description": "Blog of Matthias Kretschmann",
|
||||
"version": "3.0.0",
|
||||
"main": "Gruntfile.js",
|
||||
"scripts": {
|
||||
"postinstall": "bower install && bundle install"
|
||||
},
|
||||
"dependencies": {
|
||||
"imagesloaded": ">=3.1.8",
|
||||
"jquery": ">=2.1.4",
|
||||
"masonry-layout": ">=3.3.0",
|
||||
"normalize-css": ">=2.3.1",
|
||||
"normalize-opentype.css": ">=0.2.4",
|
||||
"picturefill": ">=2.3.1",
|
||||
"webcomponents.js": ">=0.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer-core": ">=5.2.0",
|
||||
"css-mqpacker": ">=3.1.0",
|
||||
"csswring": ">=3.0.5",
|
||||
"grunt": ">=0.4.5",
|
||||
"grunt-contrib-clean": ">=0.5.0",
|
||||
"grunt-contrib-connect": ">=0.5.0",
|
||||
"grunt-contrib-imagemin": ">=0.7.0",
|
||||
"grunt-contrib-stylus": ">=0.18.0",
|
||||
"grunt-contrib-uglify": ">=0.2.2",
|
||||
"grunt-contrib-watch": ">=0.5.3",
|
||||
"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",
|
||||
"grunt-usemin": ">=2.0.2",
|
||||
"nib": ">=1.0.3",
|
||||
"stylus": ">=0.45.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.29"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:kremalicious/kremalicious3.git"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user