Skip to content

Instantly share code, notes, and snippets.

@tgvashworth
Created July 3, 2012 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgvashworth/3039290 to your computer and use it in GitHub Desktop.
Save tgvashworth/3039290 to your computer and use it in GitHub Desktop.
extensio configuration
How to configure xio?
Example Chrome extension:
.
├── manifest.json
├── main.html
├── index.js
├── xio.js
├── libs
│ ├── jquery.js
│ └── extensio.js
└── ...
xio.js is the config file.
<script src="libs/extensio.js"></script>
<script src="xio.js"></script>
xio.js
xio.config({
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment