소스 검색

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>


불러오는 중...
취소
저장