Skip to content

Commit

Permalink
Make this work on gh-pages again
Browse files Browse the repository at this point in the history
  • Loading branch information
louh committed Jun 1, 2016
1 parent 67d9c87 commit cc6a1da
Show file tree
Hide file tree
Showing 28 changed files with 26 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions css/styles.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gulpfile.js
Expand Up @@ -24,7 +24,7 @@ gulp.task('css', function () {
.pipe(autoprefix('last 2 versions'))
.pipe(cssimport())
.pipe(minifyCSS({ keepSpecialComments: 0 }))
.pipe(gulp.dest('public/css/'))
.pipe(gulp.dest('css/'))
.pipe(livereload())
})

Expand Down Expand Up @@ -53,7 +53,7 @@ gulp.task('js', function () {
.pipe(uglify())
.on('error', gutil.log)
.pipe(sourcemaps.write('.'))
.pipe(gulp.dest('public/js/'))
.pipe(gulp.dest('js/'))
})

return es.merge.apply(null, tasks)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions js/main.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/main.min.js.map

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions js/map.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/map.min.js.map

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit cc6a1da

Please sign in to comment.