Closed
Description
I am using Pattern Lab Node v2.4.3 on Mac, with Node v6, using the Gulp Edition.
Expected Behavior
Our workflow:
- front-end dev are building dom éléments and patterns using PL node and mustache.
- Back-end guys then go there and pickup the dom in the pattern lab infos panels.
it would be great to get :
- a cleaned html output in pattern infos panels (indent, spaces, lines, tab etc)
a copy to clipboard button to any panel displaying code(into Implement Copy to Clipboard Support for Code View Panes styleguidekit-assets-default#20)
maybe with : require('js-beautify').html;
a test here : #449
Actual Behavior
none of that