1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01:00

remove bower

This commit is contained in:
Matthias Kretschmann 2017-05-28 03:32:00 +02:00
parent 5854a48e89
commit c8f2e595d6
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
5 changed files with 2 additions and 24 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
node_modules node_modules
bower_components
_site _site
_build _build
Gemfile.lock Gemfile.lock

View File

@ -9,7 +9,6 @@ cache:
bundler: true bundler: true
directories: directories:
- $TRAVIS_BUILD_DIR/node_modules - $TRAVIS_BUILD_DIR/node_modules
- $TRAVIS_BUILD_DIR/bower_components
- $TRAVIS_BUILD_DIR/_site/media - $TRAVIS_BUILD_DIR/_site/media
addons: addons:

View File

@ -7,9 +7,8 @@ echo " Installing dependencies "
echo "=============================================" echo "============================================="
echo "$(tput sgr0)" # reset echo "$(tput sgr0)" # reset
npm install gulpjs/gulp.git#4.0 bower -g npm install gulpjs/gulp.git#4.0 -g
npm install npm install
bower install
# Travis does that automatically after selecting ruby # Travis does that automatically after selecting ruby
#bundle install #bundle install

View File

@ -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"
]
}

View File

@ -21,6 +21,7 @@
"picturefill": ">=2.3.1", "picturefill": ">=2.3.1",
"simple-jekyll-search": "1.1.8", "simple-jekyll-search": "1.1.8",
"svg4everybody": ">=0.0.2", "svg4everybody": ">=0.0.2",
"time-elements": ">=0.6.1",
"vex-js": ">=2.3.4", "vex-js": ">=2.3.4",
"webcomponents.js": ">=0.7.1" "webcomponents.js": ">=0.7.1"
}, },