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

%(version)s Expire using the filename #18

Open
arky opened this issue May 24, 2013 · 2 comments
Open

%(version)s Expire using the filename #18

arky opened this issue May 24, 2013 · 2 comments

Comments

@arky
Copy link

arky commented May 24, 2013

When I build assets %(version)s doesn't expand:

./manage.py assets build
Building bundle: css/common.min_%(version)s.css
2013-05-24 08:26:56,786 INFO Building bundle: css/common.min_%(version)s.css
Building bundle: js/editor.min_%(version)s.js
2013-05-24 08:26:56,794 INFO Building bundle: js/editor.min_%(version)s.js
Building bundle: js/admin.min_%(version)s.js
2013-05-24 08:26:56,799 INFO Building bundle: js/admin.min_%(version)s.js
Building bundle: css/editor.min_%(version)s.css
2013-05-24 08:26:56,800 INFO Building bundle: css/editor.min_%(version)s.css
Building bundle: js/common.min_%(version)s.js
2013-05-24 08:26:56,801 INFO Building bundle: js/common.min_%(version)s.js
Building bundle: css/custom/custom.min_%(version)s.css
2013-05-24 08:26:56,805 INFO Building bundle: css/custom/custom.min_%(version)s.css
Building bundle: css/admin.min_%(version)s.css
2013-05-24 08:26:56,805 INFO Building bundle: css/admin.min_%(version)s.css

Using Django_assets 0.8 version and Django 1.4.5: https://github.com/arky/pootle/blob/master/requirements/base.txt

Source: https://github.com/arky/pootle/blob/c2cf4134178ecbc2617cd061ae91383b72ed6206/pootle/apps/pootle_app/assets.py

@miracle2k
Copy link
Owner

Are you sure? The files itself should be expanded. The message is printed before the build and thus doesn't know the version yet. Admittedly, that's not very nice.

@arky
Copy link
Author

arky commented May 24, 2013

@miracle2k You are right. Realized that files did expand. However I was confused by the printed messages.

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