Skip to content

Added new pathing check to see if it is imported#1

Open
binhonglee wants to merge 1 commit intorobm26:masterfrom
binhonglee:checkExists
Open

Added new pathing check to see if it is imported#1
binhonglee wants to merge 1 commit intorobm26:masterfrom
binhonglee:checkExists

Conversation

@binhonglee
Copy link
Copy Markdown

Since this isn't a node package, the only way to incorporate this into part of a package is to take out the index.js file separately and putting it into whatever folder that's there. This is not ideal as the project would not get the latest version of this file when it gets updated here.

By making this change, it will allow others to add this repository as a submodule instead of having to manually copy-pasting the file. I've used this for my own alexa skill and it seems to work even (and especially) for CI.

As for the inconsistencies of pathing (./src/index.js and ../src/index.js), I'm not sure how it works but that's seems to be the only way it works for me.

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.

1 participant