Fix Gruntfile.js and paths (#624)

This commit is contained in:
FrancescoUK
2016-08-24 15:27:35 +01:00
parent 7f65b9cf2b
commit f440ff5e89
11 changed files with 9 additions and 32 deletions

View File

View File

@@ -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,

View File

@@ -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');
-- --------------------------------------------------------

View File

@@ -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');
-- --------------------------------------------------------

View File

@@ -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

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 B

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 B