File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ export default {
35
35
app : path . join ( basePath , 'src/app' ) ,
36
36
assets : path . join ( basePath , 'src/app/assets' ) ,
37
37
base : basePath ,
38
+ backendSrc : path . join ( basePath , 'src/app/backend' ) ,
39
+ backendTmp : path . join ( basePath , '.tmp/backend' ) ,
38
40
bowerComponents : path . join ( basePath , 'bower_components' ) ,
39
41
build : path . join ( basePath , 'build' ) ,
40
42
dist : path . join ( basePath , 'dist' ) ,
Original file line number Diff line number Diff line change 18
18
*
19
19
* Learn more at: http://gulpjs.com
20
20
*/
21
+ import './build/backend' ;
21
22
import './build/build' ;
22
23
import './build/index' ;
23
24
import './build/script' ;
24
25
import './build/serve' ;
25
26
import './build/style' ;
26
27
import './build/test' ;
27
28
29
+
28
30
// No business logic in this file.
You can’t perform that action at this time.
0 commit comments