Skip to content

Commit a463723

Browse files
committed
Closing Release v1.0
1 parent 2367e44 commit a463723

File tree

16 files changed

+57
-4
lines changed

16 files changed

+57
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ modules/.temp/*
88
public/modules/*
99
public/storage
1010
!public/modules/index.html
11-
public/js/*.js
11+
# public/js/*.js
1212
public/js/*.map
1313
public/js/*.txt
14-
public/css/*.css
14+
# public/css/*.css
1515
public/css/*.map
1616
public/mix-manifest.json
1717
composer-lock.json

public/css/app.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/auth.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/bootstrap.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/dashboard.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/manifest.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["/js/ns-order-preview-popup"],{
2+
3+
/***/ "./resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue":
4+
/*!************************************************************************!*\
5+
!*** ./resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue ***!
6+
\************************************************************************/
7+
/*! exports provided: default */
8+
/***/ (function(module, exports) {
9+
10+
eval("throw new Error(\"Module build failed (from ./node_modules/vue-loader/lib/index.js):\\nError: ENOENT: no such file or directory, open '/var/www/html/NexoPOS-v4/resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue'\");//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIuL3Jlc291cmNlcy90cy9wYWdlcy9kYXNoYm9hcmQvb3JkZXJzL25zLW9yZGVyLXByZXZpZXctcG9wdXAudnVlLmpzIiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue\n");
11+
12+
/***/ }),
13+
14+
/***/ 7:
15+
/*!******************************************************************************!*\
16+
!*** multi ./resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue ***!
17+
\******************************************************************************/
18+
/*! no static exports found */
19+
/***/ (function(module, exports, __webpack_require__) {
20+
21+
module.exports = __webpack_require__(/*! /var/www/html/NexoPOS-v4/resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue */"./resources/ts/pages/dashboard/orders/ns-order-preview-popup.vue");
22+
23+
24+
/***/ })
25+
26+
},[[7,"/js/manifest"]]]);

public/js/popups.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/pos-init.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)