update development bundle
This commit is contained in:
11
client/config/design/app.js
Normal file
11
client/config/design/app.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import Styles from 'config/styles';
|
||||
import Templates from 'config/templates';
|
||||
import app from './../app';
|
||||
|
||||
Promise.all([
|
||||
Templates.sync(),
|
||||
Styles.sync()
|
||||
]).then(()=>{
|
||||
jQuery('#compiling_layouts').remove();
|
||||
app();
|
||||
});
|
||||
Reference in New Issue
Block a user