Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Conversation

@czerwingithub
Copy link

Fixed bug that caused the path of the generated javascript file to
be appended multiple times with '.js', once for each time the
file was processed. This resulted in the file's path going from
*.js to *.js.js to *.js.js.js, etc.

A file can be processed multiple times when you are using karma
in your development environment to proxy the resulting '.js' files
and you edit the underlying '.html'. Currently, you have to restart
karma everytime you edit an '
.html' file.

be appended multiple times with '.js', once for each time the
file was processed.  This resulted in the file's path going from
*.js to *.js.js to *.js.js.js, etc.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant