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

API.js causes error when importing non .js files #74

Open
akath20 opened this issue May 1, 2017 · 1 comment
Open

API.js causes error when importing non .js files #74

akath20 opened this issue May 1, 2017 · 1 comment

Comments

@akath20
Copy link
Member

akath20 commented May 1, 2017

With Docker, it tries to import Icon? files causing issues.

@khanny17
Copy link
Collaborator

khanny17 commented May 1, 2017

Solution to this is to improve the conditional for ignoring files here:

return (file.indexOf(".") !== 0) && (file !== "api.js");

@khanny17 khanny17 added this to the Iteration 1 Cleanup milestone May 8, 2017
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

2 participants