Skip to content

Instantly share code, notes, and snippets.

@josh-wrale
Created November 1, 2013 15:54
Show Gist options
  • Save josh-wrale/7267484 to your computer and use it in GitHub Desktop.
Save josh-wrale/7267484 to your computer and use it in GitHub Desktop.
slug : bundlejs
name : bundlejs.com
homepage : http://bundlejs.com
author : Alex Gorbatchev
description : Hosted files for bundlejs.com
releases:
- version : prod
date : now
location : http://localhost:3100
bundles :
- slug : common
name : Common files on every page
files :
- /js/vendor/jquery-1.7.1.js
- /js/vendor/bootstrap-dropdown.js
- /js/vendor/bootstrap-collapse.js
- /js/main.js
- /css/main.css
- slug : download
name : Download page files
files :
- /js/vendor/moment.js
- /js/vendor/jquery.cookie.js
- /js/download.js
- /css/download.css
- /css/products.css
- slug : profile_settings
name : Profile settings page files
files :
- /js/validation.js
- /js/form_settings.js
- /css/profile.css
- slug : profile_products
name : Profile products page files
files :
- /css/profile.css
- /js/vendor/bootstrap-tooltip.js
- /js/vendor/bootstrap-popover.js
- /js/help.js
- slug : signin
name : Signin page files
files :
- /js/validation.js
- /js/form_signin.js
- slug : signup_notify
name : Signup for notification page files
files :
- /js/validation.js
- /js/form_signup.js
- slug : plans_partial
name : Plans partial
files :
- /js/vendor/bootstrap-tooltip.js
- /js/vendor/bootstrap-popover.js
- /js/plans.js
- /css/plans.css
- slug : products_partial
name : Products partial
files :
- /js/vendor/moment.js
- /js/download.js
- /css/products.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment