Set up Elixir with built.js
This commit is contained in:
parent
bfae5018e0
commit
63e725695a
5 changed files with 68 additions and 31872 deletions
36
gulpfile.js
36
gulpfile.js
|
|
@ -91,6 +91,42 @@ elixir(function(mix) {
|
|||
'public/js/pdfmake.js',
|
||||
'public/js/vfs.js'
|
||||
], 'public/pdf.built.js');
|
||||
|
||||
mix.scripts([
|
||||
bowerDir + '/jquery/dist/jquery.js',
|
||||
bowerDir + '/jquery-ui/jquery-ui.js',
|
||||
bowerDir + '/bootstrap/dist/js/bootstrap.js',
|
||||
bowerDir + '/datatables/media/js/jquery.dataTables.js',
|
||||
bowerDir + '/datatables-bootstrap3/BS3/assets/js/datatables.js',
|
||||
bowerDir + '/knockout.js/knockout.js',
|
||||
bowerDir + '/knockout-mapping/build/output/knockout.mapping-latest.js',
|
||||
bowerDir + '/knockout-sortable/build/knockout-sortable.js',
|
||||
bowerDir + '/underscore/underscore.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.de.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.da.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.pt-BR.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.nl.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.fr.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.it.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.lt.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.no.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.es.min.js',
|
||||
bowerDir + '/bootstrap-datepicker/dist/locales/bootstrap-datepicker.sv.min.js',
|
||||
bowerDir + '/dropzone/dist/dropzone.js',
|
||||
bowerDir + '/typeahead.js/dist/typeahead.jquery.js',
|
||||
bowerDir + '/accounting/accounting.js',
|
||||
bowerDir + '/spectrum/spectrum.js',
|
||||
bowerDir + '/jspdf/dist/jspdf.min.js',
|
||||
bowerDir + '/moment/moment.js',
|
||||
bowerDir + '/moment-timezone/builds/moment-timezone-with-data.js',
|
||||
//bowerDir + '/stacktrace-js/dist/stacktrace-with-polyfills.min.js',
|
||||
bowerDir + '/fuse.js/src/fuse.js',
|
||||
bowerDir + '/sweetalert/dist/sweetalert-dev.js',
|
||||
'public/js/bootstrap-combobox.js',
|
||||
'public/js/script.js',
|
||||
'public/js/pdf.pdfmake.js',
|
||||
], 'public/built.js');
|
||||
|
||||
|
||||
});
|
||||
|
|
|
|||
31898
public/built.js
31898
public/built.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue