1
0
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:
Troels Liebe Bentsen 2014-10-20 22:38:52 +02:00
parent 1bca065ca7
commit 99021fdedd
3 changed files with 0 additions and 1624 deletions

View File

@ -32,7 +32,6 @@ module.exports = function(grunt) {
'public/js/bootstrap-combobox.js',
'public/vendor/jspdf/dist/jspdf.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.plugin.split_text_to_size.js',
'public/js/script.js',
@ -61,7 +60,6 @@ module.exports = function(grunt) {
'public/css/bootstrap-combobox.css',
'public/css/typeahead.js-bootstrap.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',
],
dest: 'public/built.css',

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long