douglasduteil / angular-utility-belt

My non-lethal angular gadgets
http://douglasduteil.github.io/angular-utility-belt
MIT License
3 stars 1 forks source link

spec(playground): a playground to hacking around #8

Open douglasduteil opened 10 years ago

douglasduteil commented 10 years ago

Exemple access for hacking around

In the development workflow it's good to have access to a page to hack around with the local sources.

Each playground must :

A default base design and layout for each playground will be in the ng-factory ( twbs/bootstrap page I guess )

What you think ?

revolunet commented 10 years ago

Ok for the specs

There's 2 kind of live pages to hack around :

mgcrea commented 10 years ago

Not sure it is the way to go, but for AngularStrap, I used the doc workflow (gulp serve) to provide both the docs playground and more specific hacking playgrounds. Quite simply, a .dev folder is served by connect with higher priority than the docs or .tmp folder, I usually just put a few html files there that would require some docs example to hack around. Mostly a manual process.