Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit cbaaaf8

Browse files
bc022699bc022699
authored andcommitted
Ensure Framework7.js is capitalized to prevent issues on case-sensitive file systems. #19
1 parent 0cff50a commit cbaaaf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gulp.task('clean', () => {
1717

1818
gulp.task('build-framework7-core', ['clean'], () => {
1919
return merge(
20-
gulp.src('./node_modules/framework7/dist/js/framework7.js')
20+
gulp.src('./node_modules/framework7/dist/js/Framework7.js')
2121
.pipe(replace('window.Framework7 = ', 'window.Framework7 = module.exports.Framework7 = '))
2222
.pipe(replace('window.Dom7 = ', 'window.Dom7 = module.exports.Dom7 = '))
2323
.pipe(replace('window.Template7 = ', 'window.Template7 = module.exports.Template7 = '))

0 commit comments

Comments
 (0)