javascript - How to have Grunt launch a packaged Chrome App -


i've used [yeoman chromeapp generator][1] scaffold out google chrome packaged app. instructions generator running command grunt debug should launch packaged app in chrome app container, doesn't. instead opens packaged app regular hosted web app in tab. though grunt noob i'm looking @ gruntfile.js trying figure out why doesn't launch app packaged app in app container, can't see problem is. what's proper way grunt launch chrome app?

you have go chrome://extensions, check box developer mode , click load unpacked extension , point manifest file. load app in chrome app container.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -