mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Remove the custom ui stuff
This commit is contained in:
parent
1bca065ca7
commit
99021fdedd
@ -32,7 +32,6 @@ module.exports = function(grunt) {
|
|||||||
'public/js/bootstrap-combobox.js',
|
'public/js/bootstrap-combobox.js',
|
||||||
'public/vendor/jspdf/dist/jspdf.min.js',
|
'public/vendor/jspdf/dist/jspdf.min.js',
|
||||||
'public/vendor/handsontable/dist/jquery.handsontable.full.min.js',
|
'public/vendor/handsontable/dist/jquery.handsontable.full.min.js',
|
||||||
'public/vendor/handsontable/lib/jquery-ui/js/jquery-ui.custom.min.js',
|
|
||||||
//'public/js/jspdf.source.js',
|
//'public/js/jspdf.source.js',
|
||||||
//'public/js/jspdf.plugin.split_text_to_size.js',
|
//'public/js/jspdf.plugin.split_text_to_size.js',
|
||||||
'public/js/script.js',
|
'public/js/script.js',
|
||||||
@ -61,7 +60,6 @@ module.exports = function(grunt) {
|
|||||||
'public/css/bootstrap-combobox.css',
|
'public/css/bootstrap-combobox.css',
|
||||||
'public/css/typeahead.js-bootstrap.css',
|
'public/css/typeahead.js-bootstrap.css',
|
||||||
'public/vendor/handsontable/dist/jquery.handsontable.full.css',
|
'public/vendor/handsontable/dist/jquery.handsontable.full.css',
|
||||||
'public/vendor/handsontable/lib/jquery-ui/css/ui-bootstrap/jquery-ui.custom.css',
|
|
||||||
'public/css/style.css',
|
'public/css/style.css',
|
||||||
],
|
],
|
||||||
dest: 'public/built.css',
|
dest: 'public/built.css',
|
||||||
|
1615
public/built.css
1615
public/built.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user