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

Exporting templates and styles with no double extention. #691

Open
ilyavf opened this issue May 1, 2017 · 2 comments
Open

Exporting templates and styles with no double extention. #691

ilyavf opened this issue May 1, 2017 · 2 comments
Assignees

Comments

@ilyavf
Copy link
Contributor

ilyavf commented May 1, 2017

When I create a new DoneJS plugin using generator-donejs that has less and stache files, and build the plugin, I have problems with loading both template.stache.js and style.less.css generated files in CommonJS format.

A solution for the issue #683 can help with a workaround, but it feels that there should be a "built-in" solution for the described case to work without extra coding.

@ilyavf ilyavf self-assigned this May 1, 2017
@matthewp
Copy link
Member

matthewp commented May 1, 2017

If it were named template-stache.js or something like that this problem wouldn't happen. So that's how I would see the real fix happening. Can't make that change until 2.0 though.

@chasenlehara
Copy link
Contributor

Before 2.0, can we generate the fixed files, “deprecate” the old ones, and then remove them in 2.0?

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