Skip to content

The $scipt.path('/modules/') was not working for .js files#85

Merged
ded merged 1 commit intoded:masterfrom
MikeSpock:patch-1
Sep 17, 2015
Merged

The $scipt.path('/modules/') was not working for .js files#85
ded merged 1 commit intoded:masterfrom
MikeSpock:patch-1

Conversation

@MikeSpock
Copy link
Copy Markdown
Contributor

You only applied scriptpath if the file didn't include '.js'. I think it should work for .js files as well. In the change I removed the condition of indexOf('.js')===-1, and added a part where I add '.js' if the file doesn't end with .js.

You only applied scriptpath if the file didn't include '.js'. I think it should work for .js files as well. In the change I removed the condition of indexOf('.js')===-1, and added a part where I add '.js' if the file doesn't end with .js.
ded added a commit that referenced this pull request Sep 17, 2015
The $scipt.path('/modules/') was not working for .js files
@ded ded merged commit ce9521c into ded:master Sep 17, 2015
@ded
Copy link
Copy Markdown
Owner

ded commented Sep 17, 2015

thanks for the work. tests are still passing 👍

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

Successfully merging this pull request may close these issues.

2 participants