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

Timespan not working in production #269

Open
alvarotrigo opened this issue Jun 5, 2015 · 1 comment
Open

Timespan not working in production #269

alvarotrigo opened this issue Jun 5, 2015 · 1 comment

Comments

@alvarotrigo
Copy link

I'm using timestamp for the files and automatically assetCompress adds the timestamp.
This works well in development but it doesn't work at all in production.

I minify the CSS and JS in development and not in production, as I do not have Java installed in it, so its always trying to import the files in the same way.

And, as in development I don't usually work with compressed files, it seems a bit tedious to make it work out of the box.

Any recommendation?

@markstory
Copy link
Owner

You should use a minifier that you can use in both dev + prod. There are a number of PHP based minifiers, or nodejs ones. Keeping dev + prod consistent will make your life easier in general.

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