You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
htmlDream Builder edited this page Mar 23, 2016
·
8 revisions
Welcome to the gobble wiki!
If you're new to Gobble, here's what you need to know:
Gobble is a build tool - it takes your source files, and turns them into a set of output files. To understand what build tools are and what the motivations were for creating Gobble, see Why another build tool?
You'll need to install gobble-cli - npm install -g gobble-cli or npm install --save-dev gobble
Your project should have a 'build definition' file called gobblefile.js. See How to write a gobblefile to get started.
If you're experiencing problems, check the Troubleshooting page or raise an issue. Once you've got to grips with Gobble, see these pages for advanced users: