0

I have several websites running on Symfony 1.4 on a SVN repositiory, that uses a lot of javascript and css files. My current process is to manually minify the files before putting them live on production. I have tried to use a few plugins that i found online but they don't work with my websites, I have worked with the developers of the plugins and still couldn't resolve the issues.

I was wondering if anyone had any other solutions.

I am using PHP5, SVN and Symfony 1.4, no databases.

3
  • Did you simply tried this ? symfony.com/doc/current/cookbook/assetic/uglifyjs.html Commented Dec 20, 2013 at 11:12
  • @Akaryatrh that's for Symfony 2 ^^ Commented Dec 20, 2013 at 11:13
  • Awww, sorry i didn't noticed Sf version :/ You still can use a side tool that live process your files, like Brunch (brunch.io) It probably requires a bit of configuration to match your Sf architecture, but it worths a try :) Commented Dec 20, 2013 at 11:28

1 Answer 1

1

There is a plugin for Symfony 1.4 that both minifies and combines JavaScript and CSS files called sfCombinePlugin git repo and the plugin page

I'm currently using it in production and it works well.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.