Skip to content

wizardrylabs/optimize-deploy-webflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimize & Deploy Webflow

Optimize a Webflow exported site & deploy it to Firebase hosting.

Usage

Install node modules with yarn:

$ yarn

Optimized the exported Webflow archive:

$ INPUT=./export.zip \
 OUTPUT=./build \
 yarn start

Deploy to Firebase hosting:

$ firebase init && firebase deploy

About

Gulp script for optimizing a Webflow export

Topics

Resources

License

Stars

Watchers

Forks