Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Oct 2, 2017
1 parent 5fcab10 commit ee1faa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
*.log
bower_components
node_modules
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ var gulp = require('gulp'),
cleanCSS = require('gulp-clean-css'),
uglify = require('gulp-uglify');

var src = 'src/',
dist = 'dist/';
var src = 'src/', dist = 'dist/';

gulp.task('minify-css', function() {
return gulp.src(src + 'jquery.floating-social-share.css')
Expand Down

0 comments on commit ee1faa6

Please sign in to comment.