mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-17 16:42:48 +01:00
- Set up Elixir with built.css
This commit is contained in:
parent
af8a5b5360
commit
4b3e068e61
@ -128,7 +128,7 @@ module.exports = function(grunt) {
|
||||
],
|
||||
dest: 'public/built.public.js',
|
||||
nonull: true
|
||||
},*/
|
||||
},
|
||||
css: {
|
||||
src: [
|
||||
'public/vendor/bootstrap/dist/css/bootstrap.min.css',
|
||||
@ -148,7 +148,7 @@ module.exports = function(grunt) {
|
||||
options: {
|
||||
process: false
|
||||
}
|
||||
},
|
||||
},*/
|
||||
/*css_public: {
|
||||
src: [
|
||||
'public/vendor/bootstrap/dist/css/bootstrap.min.css',
|
||||
|
14
gulpfile.js
14
gulpfile.js
@ -53,6 +53,20 @@ elixir(function(mix) {
|
||||
'public/css/public.style.css'
|
||||
], 'public/css/built.public.css');
|
||||
|
||||
mix.styles([
|
||||
bowerDir + '/bootstrap/dist/css/bootstrap.css',
|
||||
bowerDir + '/bootstrap-datepicker/dist/css/bootstrap-datepicker3.css',
|
||||
bowerDir + '/datatables/media/css/jquery.dataTables.css',
|
||||
bowerDir + '/datatables-bootstrap3/BS3/assets/css/datatables.css',
|
||||
bowerDir + '/font-awesome/css/font-awesome.css',
|
||||
bowerDir + '/dropzone/dist/dropzone.css',
|
||||
bowerDir + '/spectrum/spectrum.css',
|
||||
bowerDir + '/sweetalert/dist/sweetalert.css',
|
||||
'public/css/bootstrap-combobox.css',
|
||||
'public/css/typeahead.js-bootstrap.css',
|
||||
'public/css/style.css'
|
||||
], 'public/css/built.css');
|
||||
|
||||
/**
|
||||
* JS configuration
|
||||
*/
|
||||
|
4158
public/css/built.css
vendored
4158
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
1
public/css/built.css.map
Normal file
1
public/css/built.css.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user