mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
remove bower
This commit is contained in:
parent
5854a48e89
commit
c8f2e595d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
node_modules
|
||||
bower_components
|
||||
_site
|
||||
_build
|
||||
Gemfile.lock
|
||||
|
@ -9,7 +9,6 @@ cache:
|
||||
bundler: true
|
||||
directories:
|
||||
- $TRAVIS_BUILD_DIR/node_modules
|
||||
- $TRAVIS_BUILD_DIR/bower_components
|
||||
- $TRAVIS_BUILD_DIR/_site/media
|
||||
|
||||
addons:
|
||||
|
@ -7,9 +7,8 @@ echo " Installing dependencies "
|
||||
echo "============================================="
|
||||
echo "$(tput sgr0)" # reset
|
||||
|
||||
npm install gulpjs/gulp.git#4.0 bower -g
|
||||
npm install gulpjs/gulp.git#4.0 -g
|
||||
npm install
|
||||
bower install
|
||||
|
||||
# Travis does that automatically after selecting ruby
|
||||
#bundle install
|
||||
|
20
bower.json
20
bower.json
@ -1,20 +0,0 @@
|
||||
{
|
||||
"name": "kremalicious3",
|
||||
"version": "1.0.0",
|
||||
"homepage": "http://kremalicious.com",
|
||||
"authors": [
|
||||
"Matthias Kretschmann <m@kretschmann.io>"
|
||||
],
|
||||
"description": "Blog of Matthias Kretschmann",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"time-elements": ">=0.4.0"
|
||||
},
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
@ -21,6 +21,7 @@
|
||||
"picturefill": ">=2.3.1",
|
||||
"simple-jekyll-search": "1.1.8",
|
||||
"svg4everybody": ">=0.0.2",
|
||||
"time-elements": ">=0.6.1",
|
||||
"vex-js": ">=2.3.4",
|
||||
"webcomponents.js": ">=0.7.1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user