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

Remove version from dist filenames #34

Closed
xrstf opened this issue Aug 4, 2014 · 3 comments
Closed

Remove version from dist filenames #34

xrstf opened this issue Aug 4, 2014 · 3 comments

Comments

@xrstf
Copy link

xrstf commented Aug 4, 2014

I am in the process of integrating html5sortable into my application and for that I want to concat my vendor libraries (simply to save time to not re-compile my vendor libs all the time).

Unfortunately, to make my gruntfile stable, I would have to determine html5sortable's version first, so I can build the filename. And I don't want to nail my dependency inside the bower.json to a specific version.

I would welcome a change to not include the version number in the dist files (or having both versions).

@hergaiety
Copy link

Each release the bower.json is updated with the latest dist js file pointed to. If you're relying on exact filenames/locations in your concatenation you may want to automate such a process in your gruntfile with something like main-bower-files.

@voidberg
Copy link
Contributor

voidberg commented Aug 6, 2014

I use the bower-install grunt plugin to avoid issues like this with other packages however it's probably a good idea to remove the version number from the dist files to make it easier for everyone. I'll leave this open for now as I am travelling for a couple of days and I'll fix it when I get back.

@voidberg
Copy link
Contributor

Removed the version.

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

3 participants