Skip to content

Commit

Permalink
Merge pull request #33 from RandomlyKnighted/master
Browse files Browse the repository at this point in the history
Updated bower.json
  • Loading branch information
steveathon committed May 18, 2015
2 parents 8323bde + 6803a13 commit 5a1c4f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"homepage": "https://github.com/steveathon/bootstrap-wysiwyg",
"main": [
"bootstrap-wysiwyg.js",
"bootstrap-wysiwyg.min.js",
"bootstrap-wysiwyg.min.js"
],
"ignore": [
Expand Down
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ gulp.task('minify', function() {
// Watch files for changes
gulp.task('watch', function() {
gulp.watch('src/*.js', ['lint', 'minify']);
});

});

0 comments on commit 5a1c4f7

Please sign in to comment.