This repository was archived by the owner on Dec 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 26
26
"grunt-browserify" : " ^4.0.1" ,
27
27
"grunt-contrib-clean" : " ^0.6.0" ,
28
28
"grunt-contrib-concat" : " ^0.5.1" ,
29
+ "grunt-contrib-connect" : " ^0.11.2" ,
29
30
"grunt-contrib-copy" : " ^0.8.2" ,
30
31
"grunt-contrib-cssmin" : " ^0.14.0" ,
31
32
"grunt-contrib-handlebars" : " ^0.11.0" ,
Original file line number Diff line number Diff line change 12
12
< meta name ="author " content ="" />
13
13
14
14
<!-- STYLESHEETS -->
15
- < link rel ="stylesheet " media ="screen, projection " href ="assets/styles/modern.css?v=@@version " />
15
+ <!-- build:css assets/styles/head.css -->
16
+ <!-- endbuild -->
17
+ < link rel ="stylesheet " media ="screen, projection " href ="assets/styles/modern.css " />
16
18
</ head >
17
19
18
20
< body >
@@ -68,8 +70,8 @@ <h1 class="hd-page"></h1>
68
70
69
71
<!-- JAVASCRIPT -->
70
72
<!-- build:js assets/scripts/vendor.js -->
71
- < script src ="assets/vendor/jquery/dist/jquery.min. js "> </ script >
72
- < script src ="assets/vendor/handlebars/handlebars.min. js "> </ script >
73
+ < script src ="assets/vendor/jquery/dist/jquery.js "> </ script >
74
+ < script src ="assets/vendor/handlebars/handlebars.js "> </ script >
73
75
<!-- endbuild -->
74
76
75
77
<!-- build:js assets/scripts/main.js -->
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ module.exports = function(grunt) {
41
41
}
42
42
}
43
43
} ,
44
- buildStyles : [ '<%= env.DIR_SRC %>/**/*.hbs ' ]
44
+ buildStyles : [ '<%= env.DIR_SRC %>/index.html ' ]
45
45
} ,
46
46
47
47
sass : {
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ module.exports = function(grunt) {
107
107
? [
108
108
'browserify:buildTypeScript' ,
109
109
'useminPrepare:buildTypeScript' ,
110
- // 'scrub:buildTypeScript',
110
+ 'scrub:buildTypeScript' ,
111
111
'concat:generated' ,
112
112
'uglify:generated' ,
113
113
'clean:buildTypeScript'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = function(grunt) {
11
11
connect : {
12
12
connectHttp : {
13
13
options : {
14
- port : 31415 ,
14
+ port : 9000 ,
15
15
useAvailablePort : true ,
16
16
protocol : 'http' ,
17
17
base : 'web/' ,
You can’t perform that action at this time.
0 commit comments