You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now with AVA Pattern we've been making some assumptions on the javascripts and stylesheets directories, most of them are related to the fact that to really get benefits from AVA Pattern you need to have a Asset Manager to merge files into one and to minify them accordingly.
Do you think this is bad?
Somehow I think that these assumptions are a good practice that everyone should be including on their developing environments. Having one HUGE file or multiple files invoked from the main HTML document is not a good practice.
Thoughts?
The text was updated successfully, but these errors were encountered:
Technically, on the SASS side, you wouldn't need to have an asset manager for this to work. You would just be @importing across files. Am I wrong?
I have less expertise on the javascript opinion.
When you say "to really get benefits from AVA pattern you need to have a Asset Manager to merge..." why do you think that to really get the benefit from the AVA pattern you have to use an asset manager? I actually see the AVA pattern existing outside of that as a general best practice of how to structure your stylesheets and javascripts.
Okay. I think we have a solution then. We can create a section of the documentation and possibly helper scripts to automatically compile down in case Rails isn't present, or Sass for that matter.
As of now with AVA Pattern we've been making some assumptions on the
javascripts
andstylesheets
directories, most of them are related to the fact that to really get benefits from AVA Pattern you need to have aAsset Manager
to merge files into one and to minify them accordingly.Do you think this is bad?
Somehow I think that these assumptions are a good practice that everyone should be including on their developing environments. Having one HUGE file or multiple files invoked from the main HTML document is not a good practice.
Thoughts?
The text was updated successfully, but these errors were encountered: