mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 01:15:27 +02:00
fixed #2208
This commit is contained in:
@@ -155,11 +155,11 @@ module.exports = function(Meta) {
|
||||
cache: minifiedString,
|
||||
map: mapString
|
||||
});
|
||||
|
||||
// Save the minfile in public/ so things like nginx can serve it
|
||||
Meta.js.commitToFile();
|
||||
}
|
||||
|
||||
// Save the minfile in public/ so things like nginx can serve it
|
||||
Meta.js.commitToFile();
|
||||
|
||||
if (typeof callback === 'function') {
|
||||
callback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user