jessepollak / command

:black_nib: Making the web better with Slack-like slash commands.
http://slashcommand.club
MIT License
1.11k stars 66 forks source link

Adding options.html to build is missing #51

Closed sharmasha2nk closed 8 years ago

sharmasha2nk commented 8 years ago

options.html page is required for adding some extension settings. How to include that while building project? @jessepollak

jessepollak commented 8 years ago

Have you tried adding an options.html file to the manifest.json file here?

sharmasha2nk commented 8 years ago

Yes, but the part of adding that to build is missing. I had to manually copy that options.html to build folder to make it work. Probably need to include that html and options.js file in build.js . Any hint will also help.

jessepollak commented 8 years ago

I just added support for an options page and JS in this commit. If you merge the add-options-page branch into yours, you should be good to go!