jchavarri / framer-boilerplate

An empty Framer project that uses Gulp for live reload and CoffeeScript transpilation + Browserify to include modules
23 stars 10 forks source link

Gulp export task #3

Closed cschaf closed 6 years ago

cschaf commented 8 years ago

Hi its me again, what can i do with the exported file from the gulp export. Is it possible to deploy to the framer server? I dont use framer studio.

Greetings Christian

jchavarri commented 8 years ago

Hi Christian,

The gulp export command is useful if you want to share or open your project in Framer Studio. It just creates the folder and file structure required for Framer Studio to open it.

Deploying to the official Framer server, as far as I know, is only possible from Framer Studio. If you want to deploy a project created with this boilerplate, I'm afraid you will need to do it manually.

cschaf commented 8 years ago

Maybe it is possible to push the source to the gh-pages branch on github.

jchavarri commented 8 years ago

Interesting! I will research a bit on how to handle git branches and commits from gulp. If you have any previous experience or other ideas on how you see this gh-pages export, please let me know.