瀏覽代碼

Fix js path in home and gruntfile.js

master
Andrea Spacca 4 年之前
父節點
當前提交
96e06a2276
共有 3 個文件被更改,包括 5040 次插入44 次删除
  1. +2
    -2
      Gruntfile.js
  2. +5037
    -41
      bindata_gen.go
  3. +1
    -1
      src/includes/js.html

+ 2
- 2
Gruntfile.js 查看文件

@@ -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']
}
]
}


+ 5037
- 41
bindata_gen.go
文件差異過大導致無法顯示
查看文件


+ 1
- 1
src/includes/js.html 查看文件

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


Loading…
取消
儲存