-
Notifications
You must be signed in to change notification settings - Fork 49
Give Fabricator Assemble the ability to output materials/partials in … #35
base: master
Are you sure you want to change the base?
Conversation
…independent files in final distribution
Hey @SimonKenyonShepard can you share it please? I would find it useful:) |
sure, you should be able to see the diff'd changes here : https://github.com/fbrctr/fabricator-assemble/pull/35/files |
Yea, I've seen it. Eventually, I made it to work. Thanks! However, I've wondered about your front-end solution/implementation too:) |
ah sure, well, firstly we added this to the gulp file
then the important thing was to include this in the f-item-content file
basically then we created a JS method that grew and shrank the f-item-preview div to different break points which triggered the responsive behaviour of the component in the the iframe |
If anyone is still watching this, I would love some help. I'd really owe you one. I've forked the core and made line-by-line changes according to the Fork: https://github.com/dandenney/fabricator Error:
It seems that I'm passing undefined into |
@dandenney You need to add a |
…independent files in final distribution.
This allows you to see the separated materials in an isolated browser environment and also allows the main fabricator program to preview the components in an iframe. I can share the gist with what we have done to the fabricator project to make this very useful.