mirror of
https://github.com/flarum/core.git
synced 2025-07-23 01:31:40 +02:00
External helpers are included by default now
This commit is contained in:
@@ -29,6 +29,5 @@ gulp({
|
|||||||
'../lib/**/*.js'
|
'../lib/**/*.js'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
externalHelpers: true,
|
|
||||||
outputFile: 'dist/app.js'
|
outputFile: 'dist/app.js'
|
||||||
});
|
});
|
||||||
|
@@ -33,6 +33,5 @@ gulp({
|
|||||||
'../lib/**/*.js'
|
'../lib/**/*.js'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
externalHelpers: true,
|
|
||||||
outputFile: 'dist/app.js'
|
outputFile: 'dist/app.js'
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user