bomberstudios / sketch-framer

A Sketch plugin to easily export your mockups to FramerJS
Other
767 stars 67 forks source link

Include Export to Cactus/Framer Template #56

Closed lulato closed 10 years ago

lulato commented 10 years ago

As you guys probably know Cactus is an awesome static site generator for designers.

It would be awesome that the Sketch/Framer plugin could export into a similar folder hierarchy so I don't have to move the files.

Cactus already have a Framer template that you guys can check out. https://github.com/koenbok/CactusTemplatesExtras

screen shot 2014-05-04 at 11 43 16 am

screen shot 2014-05-04 at 11 44 02 am

cemre commented 10 years ago

Hey Luis, this actually shouldn't be too hard, have you tried tweaking the code to get it to work? The parts where we export the files are close to the bottom. Right now we're mirroring the photoshop plugin so I don't think we'd do this in the main repository, but you can have a fork of it.

On May 4, 2014, at 8:46, Luis La Torre notifications@github.com wrote:

As you guys probably Cactus is an awesome static site generator for designers.

It would be awesome that the plugin export into a similar folder hierarchy so I don't have to move the files.

Cactus already have a Framer template that you guys can check out. https://github.com/koenbok/CactusTemplatesExtras

— Reply to this email directly or view it on GitHub.

lulato commented 10 years ago

That seems like Javascript, but the files it's not js file. just wondering. Could you point me in the right direction where the change takes place?

cemre commented 10 years ago

Yup. Look inside the .sketchplugin file, line 298 forward we create all the directories and save your views and download framer and place it there too. So if you tweaked that structure, you could get it to work.

We'll have a better answer for this soon, though, if you can wait a little :)