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

Wrong path in widgetgenerator.rb #46

Closed
markusberget opened this issue Jun 28, 2014 · 1 comment
Closed

Wrong path in widgetgenerator.rb #46

markusberget opened this issue Jun 28, 2014 · 1 comment
Labels

Comments

@markusberget
Copy link

When using the widgetgenerator the path become /widgets/file_name/.html.

This because of the join in widgetgenerator.rb ->

Dashing.config.widgets_views_path.call.join(file_name, '.html') Dashing.config.widgets_css_path.join('widgets', file_name, '.scss') Dashing.config.widgets_js_path.join('widgets', file_name, '.coffee')

Proposed solution: "#{file_name}.html" instead

@gottfrois
Copy link
Owner

good catch, i'll fix that up ! thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants