Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Removed tooltip plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Nov 1, 2015
1 parent 72deede commit 88ca6d9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
9 changes: 0 additions & 9 deletions assets/css/tooltip.min.css

This file was deleted.

10 changes: 0 additions & 10 deletions assets/js/tooltip.min.js

This file was deleted.

6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ gulp.task('assets:js', function () {
return gulp.src([
'bower_components/jquery/dist/jquery.min.js',
'bower_components/bootstrap/dist/js/bootstrap.min.js',
'bower_components/qunit/qunit/qunit.js',
'node_modules/@fengyuanchen/tooltip/dist/tooltip.min.js'
'bower_components/qunit/qunit/qunit.js'
]).
pipe(gulp.dest('assets/js'));
});
Expand All @@ -195,8 +194,7 @@ gulp.task('assets:css', ['assets:fonts'], function () {
return gulp.src([
'bower_components/bootstrap/dist/css/bootstrap.min.css',
'bower_components/fontawesome/css/font-awesome.min.css',
'bower_components/qunit/qunit/qunit.css',
'node_modules/@fengyuanchen/tooltip/dist/tooltip.min.css'
'bower_components/qunit/qunit/qunit.css'
]).
pipe(gulp.dest('assets/css'));
});
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"license": "MIT",
"dependencies": {
"@fengyuanchen/tooltip": "0.0.2",
"jquery": ">= 1.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 88ca6d9

Please sign in to comment.