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.
You can find news about Phở, helpful links and product updates at Source Facebook page or follow @MadeBySource at Twitter.