mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 21:43:10 +08:00
External helpers are included by default now
This commit is contained in:
parent
8e5b13903e
commit
cf42765513
|
@ -29,6 +29,5 @@ gulp({
|
|||
'../lib/**/*.js'
|
||||
]
|
||||
},
|
||||
externalHelpers: true,
|
||||
outputFile: 'dist/app.js'
|
||||
});
|
||||
|
|
|
@ -33,6 +33,5 @@ gulp({
|
|||
'../lib/**/*.js'
|
||||
]
|
||||
},
|
||||
externalHelpers: true,
|
||||
outputFile: 'dist/app.js'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user