File tree 2 files changed +7
-18
lines changed
2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -132,25 +132,20 @@ function demo() {
132
132
) ;
133
133
}
134
134
135
- function fixDocPaths ( data ) {
136
- return data . replace ( / " ( d e m o | b u i l d ) \/ / g, "\"" ) ;
137
- }
138
-
139
- copy ( ACE_HOME + "/demo/kitchen-sink" , BUILD_DIR + "/kitchen-sink" , {
135
+ copy ( ACE_HOME + "/demo/kitchen-sink" , BUILD_DIR + "/demo/kitchen-sink" , {
140
136
shallow : true ,
141
- replace : [ changeComments , fixDocPaths ] ,
137
+ replace : [ changeComments ] ,
142
138
include : / \. ( c s s | h t m l ) $ /
143
139
} ) ;
144
140
145
- copy ( ACE_HOME + "/demo/kitchen-sink/docs/" , BUILD_DIR + "/kitchen-sink/docs/" ) ;
141
+ copy ( ACE_HOME + "/demo/kitchen-sink/docs/" , BUILD_DIR + "/demo/ kitchen-sink/docs/" ) ;
146
142
147
- copy . file ( ACE_HOME + "/demo/kitchen-sink/logo.png" , BUILD_DIR + "/kitchen-sink/logo.png" ) ;
143
+ copy . file ( ACE_HOME + "/demo/kitchen-sink/logo.png" , BUILD_DIR + "/demo/ kitchen-sink/logo.png" ) ;
148
144
149
145
buildSubmodule ( { } , {
150
146
require : [ "kitchen-sink/demo" ] ,
151
- filters : [ fixDocPaths ] ,
152
147
projectType : "demo"
153
- } , BUILD_DIR + "/kitchen-sink/demo" ) ;
148
+ } , BUILD_DIR + "/demo/ kitchen-sink/demo" ) ;
154
149
155
150
copy ( ACE_HOME + "/demo/" , BUILD_DIR + "/demo/" , {
156
151
shallow : true ,
Original file line number Diff line number Diff line change 11
11
commit %commit%
12
12
-->
13
13
14
- <!--DEVEL-->
15
- < link rel ="stylesheet " href ="demo/kitchen-sink/styles.css " type ="text/css " media ="screen " charset ="utf-8 ">
16
- < script async ="true " src ="https://use.edgefonts.net/source-code-pro.js "> </ script >
17
- <!--DEVEL-->
14
+ < link rel ="stylesheet " href ="demo/kitchen-sink/styles.css " type ="text/css " media ="screen " charset ="utf-8 ">
15
+ < script async ="true " src ="https://use.edgefonts.net/source-code-pro.js "> </ script >
18
16
19
17
< link href ="./doc/site/images/favicon.ico " rel ="icon " type ="image/x-icon ">
20
- <!--PACKAGE
21
- <link rel="stylesheet" href="kitchen-sink/styles.css" type="text/css" media="screen" charset="utf-8">
22
- <script async="true" src="https://use.edgefonts.net/source-code-pro.js"></script>
23
- PACKAGE-->
24
18
</ head >
25
19
< body >
26
20
< div id ="optionsPanel " style ="position:absolute;height:100%;width:260px ">
You can’t perform that action at this time.
0 commit comments