mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Fix Gruntfile.js and paths (#624)
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
|
||||
targetcssdist: {
|
||||
options: {
|
||||
srcPrefix: 'css',
|
||||
destPrefix: 'dist'
|
||||
destPrefix: 'public/dist'
|
||||
},
|
||||
files: {
|
||||
'login.css': 'login.css',
|
||||
@@ -75,7 +75,7 @@ module.exports = function(grunt) {
|
||||
srcPrefix: './'
|
||||
},
|
||||
files: {
|
||||
'license': 'public/license/COPYING'
|
||||
'public/license': 'COPYING'
|
||||
}
|
||||
},
|
||||
},
|
||||
@@ -231,7 +231,7 @@ module.exports = function(grunt) {
|
||||
noGood: true
|
||||
},
|
||||
log: {
|
||||
outFile: 'license/.licenses',
|
||||
outFile: 'public/license/.licenses',
|
||||
nonBower: true,
|
||||
noLicense: true,
|
||||
allGood: true,
|
||||
|
||||
@@ -79,7 +79,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('smtp_timeout', '5'),
|
||||
('smtp_crypto', 'ssl'),
|
||||
('receipt_template', 'receipt_default'),
|
||||
('theme', 'flatly');
|
||||
('theme', 'flatly'),
|
||||
('language', 'english'),
|
||||
('language_code', 'en');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
@@ -79,7 +79,9 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
('smtp_timeout', '5'),
|
||||
('smtp_crypto', 'ssl'),
|
||||
('receipt_template', 'receipt_default'),
|
||||
('theme', 'flatly');
|
||||
('theme', 'flatly'),
|
||||
('language', 'english'),
|
||||
('language_code', 'en');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
=== [ ALL GOOD ] ===
|
||||
bootstrap > MIT
|
||||
bootstrap-select > MIT
|
||||
bootstrap-table > MIT
|
||||
bootswatch > MIT
|
||||
file-saver.js > LICENSE.md
|
||||
jquery > MIT
|
||||
jquery-validate > MIT
|
||||
js-cookie > MIT
|
||||
jspdf > MIT
|
||||
jspdf-autotable > MIT
|
||||
remarkable-bootstrap-notify > MIT
|
||||
tableExport.jquery.plugin > MIT
|
||||
|
||||
=== [ NO LICENSE ] ===
|
||||
bootstrap-daterangepicker
|
||||
bootstrap3-dialog
|
||||
chartist
|
||||
chartist-plugin-axistitle
|
||||
chartist-plugin-pointlabels
|
||||
chartist-plugin-tooltip
|
||||
html2canvas
|
||||
jasny-bootstrap
|
||||
jquery-form
|
||||
jquery-ui
|
||||
moment
|
||||
smalot-bootstrap-datetimepicker
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 63 B |
Binary file not shown.
|
Before Width: | Height: | Size: 54 B |
Binary file not shown.
|
Before Width: | Height: | Size: 64 B |
Binary file not shown.
|
Before Width: | Height: | Size: 54 B |
Reference in New Issue
Block a user