Change it in your gulpfile. See Configuration guide for details.
This is common issue for developers who use Browserify. Phở uses watchify that recompiles only changed modules (not whole bundle).
Time consuming operations like minification of JavaScript code and sprite generation are enabled only in production mode.
There are 3 ways to run your application:
- Directly from file system
open dist/index.html
- Launching a web server from the
dist
directory - just runpython -m SimpleHTTPServer
and open page from shown port (usuallyhttp://localhost:8000/
). - Using backend platform of your choice and serving pages from it. Reloading pages will still work.
Absolutely! Put your new tasks in your gulpfile. You can rewrite Phở's tasks if you give them same name.
Follow @PavelGavlik at Twitter for every update about Phở and more. Like or Follow Source for major Phở updates, helpful links and product releases.