mirror of
https://github.com/flarum/core.git
synced 2025-07-22 17:21:27 +02:00
External helpers are included by default now
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
Reference in New Issue
Block a user