Skip to content

Commit

Permalink
Build new file to prevent cached version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Aug 17, 2020
1 parent 175b238 commit 24775f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ <h5>Foundation 6 is here!</h5>
<script src="https://cdn.jsdelivr.net/what-input/1.2.3/what-input.min.js"></script>
<script src="https://cdn.jsdelivr.net/foundation/6.2.0/foundation.min.js"></script>
<script src="https://cdn.jsdelivr.net/typeahead.js/0.11.1/typeahead.bundle.min.js"></script>
<script src="assets/js/docs.js"></script>
<script src="assets/js/docs-v2.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gulp.task('sass', gulp.series('sass:docs', 'sass:foundation'));
// Compiles documentation JavaScript
gulp.task('javascript:docs', function() {
return gulp.src(['node_modules/foundation-docs/js/*.js', 'docs/assets/js/**/*.js'])
.pipe($.concat('docs.js'))
.pipe($.concat('docs-v2.js'))
.pipe(gulp.dest('_build/assets/js'));
});

Expand Down

0 comments on commit 24775f0

Please sign in to comment.