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

Add remote files #3

Closed
mazzucode opened this issue Apr 14, 2017 · 6 comments
Closed

Add remote files #3

mazzucode opened this issue Apr 14, 2017 · 6 comments

Comments

@mazzucode
Copy link

This is a awesome plugin! My congrats!

I my case i have to load some remote files, do you plan to implement this feature?

Other question, will you keepe active this project?

@dead23angel
Copy link
Owner

@masimao hi!
I did not plan to do support for remote files. I'm engaged in the project in my spare time, since I basically switched to another template engine, I use Blade

@mazzucode
Copy link
Author

Hi @dead23angel,

I am using Smarty with a micro framework we've done. I need to minify a lot of JS/CSS included in each page, so i am looking for the best option.

You switched to Blade because you use Laravel?

Seeing the code i am a little worried only about the use of JSmin, the project isn't maintened anymore and i need a stable and continued solution.

I tried to change to https://github.com/matthiasmullie/minify, but it has bugs with with JS ES6 classes.

Do you have any suggestion that can help to reach my goal?

Thanks!

@dead23angel
Copy link
Owner

hi @masimao !
I'm using Blade without using Laravel.
I also use other Laravel packages without using the framework itself, https://github.com/mattstauffer/Torch

@mazzucode
Copy link
Author

mazzucode commented Apr 16, 2017 via email

@dead23angel
Copy link
Owner

dead23angel commented Apr 16, 2017

Hi @masimao !
I think nothing more than a matter of taste. I did not really like Smarty from the very beginning. But the Blade came to my liking and I immediately began to use it in all my projects.

Plus, you can conveniently use .blade.php files and just .php in the first case, inside the file we will use tags template engine, in the second case, native php

@mazzucode
Copy link
Author

Hi @dead23angel,

For now i will stay with Smarty, it fits very well in my projects. For JS minify i think i will use Google Closure Compiler, it has a nice API, so i can take advantage of it, mainly because it is ES6 compliant.

Thanks for your tips!

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

No branches or pull requests

2 participants