Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine/concat js, css files to one file #24

Open
Chris2011 opened this issue Sep 26, 2016 · 5 comments
Open

Combine/concat js, css files to one file #24

Chris2011 opened this issue Sep 26, 2016 · 5 comments

Comments

@Chris2011
Copy link
Owner

It would be nice, to have an option to combine/concat js, css and maybe html and json files to one while minification. I don't know how is it working because of the order of some files but maybe with a separate meta file which contains the order or smth like that I don't know. I will not put it into the files itselfs, but it could be an option too.

Cheers

Chris

@Nukleo
Copy link

Nukleo commented Oct 6, 2016

That would really be a nice feature! +1

@Chris2011 Chris2011 changed the title Combine/contact js, css files to one file Combine/concat js, css files to one file Oct 19, 2016
@lucasschirm
Copy link

That would really be a nice feature! +1

@Chris2011
Copy link
Owner Author

I think this is similar to this ticket #2

@Chris2011
Copy link
Owner Author

Could this be a solution for this?

+++++++++++ bundles.js ++++++++
#import ./../myJSFiles/file1.js
#import ./../myJSFiles/file2.js

seems similiar to the scss @import thing.

@Chris2011
Copy link
Owner Author

I'm struggeling with myself, whether this should be part of this plugin or not. Will think about it. And maybe I need more possible solutions how we can achieve this. For example, how about the prio of the files? Is file 1 dependent from file 2 we need to correct direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants