fix: move `build directory to resources/shop`
This commit is contained in:
8
resources/shop/js/include/app.js
Normal file
8
resources/shop/js/include/app.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function sleep(ms) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
(function($) {
|
||||
numeral.locale('fr');
|
||||
|
||||
})(jQuery); // End of use strict
|
||||
Reference in New Issue
Block a user