Skip to content
Pavel Gavlík edited this page May 9, 2014 · 5 revisions

some early content for Pho website

Index

  • Powered by Gulp
  • Automatic asset revisioning
  • Source map support
  • Stylesheets with LESS/LESS Hat
  • Modules with Browserify
  • Configurable and updatable

Slogan

  • We tuned frontend build process, so you don't have to.
  • Collection of best Gulp plugins around.
  • Fast frontend build workflow you had no time to build.
  • Stop tuning build process, start using it.

Thanks

Roadmap

  • still valid?

Getting Started (with examples and screenshots)

Contributing

FAQ

  1. Why no server use your own backend or python server

  2. How do I change directory with sources? Change it in your gulpfile.js. You can find all config options in https://github.com/madebysource/pho-devstack/blob/master/config.js.

  3. Can I customize Pho's tasks or write my own Gulp tasks? Absolutely! Put them in your gulpfile.js. You can rewrite Pho's tasks if you give them same name.

  4. Can I write my own npm module as Pho extension?

  5. My project is big. Will it affect my build time?

Case studies/Examples

  • multiple configurations

Guidelines (Webdev checklist)

Clone this wiki locally