JS files are included multiple time #10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using Jasmin config similar to:
The
must_be_first.js
is included twice. It look like there is no check for already included files when wildcards are used.I just pushed
c29757ad9f
which should fix that issue. Take it for a spin and let me know if it works for you.Oof, I didn't mean to close it. Stupid lack of coffee. You close it when it's fixed. :)
That's fixed. But I am now getting the warning:
The warning must be related to rubygems/rake that broke the world. But just thought to let you know.
Looks like an issue with jasmine-gem. There's a pull request for it: https://github.com/pivotal/jasmine-gem/pull/41