intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

produce different Header-Code in Export #307

Open taubmann opened 11 years ago

taubmann commented 11 years ago

as far as i understand, the integration of libs is done in src/js/widgets.js by setting the property "designOnly" in the sections libs+css.

While the Preview AND the Export is controlled by this it would be helpful to export different souces (eg. loading jquery[mobile].js from a CDN or include newer libs).