Fix js path in home and gruntfile.js
This commit is contained in:
@@ -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']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
5078
bindata_gen.go
5078
bindata_gen.go
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,2 @@
|
||||
<script src="../scripts/main.js"></script>
|
||||
<script src="./scripts/main.js"></script>
|
||||
|
||||
|
Reference in New Issue
Block a user