Fix js path in home and gruntfile.js

This commit is contained in:
Andrea Spacca 2019-07-16 20:49:12 +02:00
parent 37110d436c
commit 96e06a2276
3 changed files with 5040 additions and 44 deletions

View File

@ -156,11 +156,11 @@ module.exports = function (grunt) {
},
{
dest: '.tmp/scripts/vendor/modernizr.js',
src: ['<%= yeoman.app %>/scripts/vendor/modernizr.js']
src: ['<%= yeoman.app %>/bower_components/modernizr/modernizr.js']
},
{
dest: '.tmp/scripts/vendor/video.js',
src: ['<%= yeoman.app %>/scripts/vendor/video.js']
src: ['<%= yeoman.app %>/bower_components/videojs/dist/video.js']
}
]
}

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
<script src="../scripts/main.js"></script>
<script src="./scripts/main.js"></script>