pages
Version:
AngularJS / Node.js sidekick.
183 lines (151 loc) • 4.59 kB
text/coffeescript
module.exports =
name: 'APPNAME'
APPNAME third-party libraries.
vendor:
Support HTML5 elements in IE8.
html5shiv:
type: 'github'
path: 'aFarkas/html5shiv'
release: '3.6.2'
include:
js: [
asset: 'dist/html5shiv.js'
We ignore compiling this to declare it in the head.
compile: false
]
Al Borland for JavaScript.
underscore:
type: 'github'
path: 'jashkenas/underscore'
release: '1.5.1'
include:
js: [
asset: 'underscore-min.js'
]
jQuery and sub-dependencies, or the Godfather and his family.
jquery:
type: 'external'
include:
js: [
asset: 'http://code.jquery.com/jquery-1.9.1.min.js'
]
'jquery-ui':
type: 'external'
include:
js: [
asset: 'http://code.jquery.com/ui/1.10.3/jquery-ui.js'
]
css: [
asset: 'http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css'
]
bootstrap:
type: 'github'
path: 'twbs/bootstrap'
release: 'v2.3.2'
include:
js: [
asset: 'docs/assets/js/bootstrap.min.js'
]
css: [
asset: 'docs/assets/css/bootstrap.css'
,
asset: 'docs/assets/css/bootstrap-responsive.css'
]
img: [
asset: 'docs/asset/img/glyphicons-halflings-white.png',
asset: 'docs/asset/img/glyphicons-halflings.png'
]
`anguler-timezones` dependencies.
'timezone-js':
type: 'github'
path: 'mde/timezone-js'
release: 'v0.4.6'
include:
js: [
asset: 'src/date.js'
]
jstimezonedetect:
type: 'external'
include:
js: [
asset: 'https://bitbucket.org/pellepim/jstimezonedetect/downloads/jstz-1.0.4.min.js'
]
AngularJS and sub-dependencies.
angularjs:
type: 'github'
path: 'angular/bower-angular'
release: 'v1.0.7'
include:
js: [
asset: 'angular.min.js'
]
'angular-modules':
type: 'github'
path: 'chadhietala/Angular-Modules'
release: 'latest'
include:
js: [
asset: 'cookies.js'
angular:
modules: [
'ngCookies'
]
,
asset: 'loader.js'
,
asset: 'resource.js'
,
asset: 'sanitize.js'
angular:
modules: [
'ngSanitize'
]
]
Pre-built AngularJS Directives for Bootstrap!
'angular-bootstrap':
type: 'github'
path: 'angular-ui/bootstrap'
This project keeps _all_ it's releases in `gh-pages` branch.
release: 'gh-pages'
include:
js: [
asset: 'ui-bootstrap-0.5.0.min.js'
,
asset: 'ui-bootstrap-tpls-0.5.0.min.js'
]
'angular-underscore':
type: 'github'
path: 'floydsoft/angular-underscore'
release: 'latest'
include:
js: [
asset: 'angular-underscore.js'
angular:
modules: [
'angular-underscore'
]
]
The Olson timezone data set is already included at `_app/tz`.
'angular-timezones':
type: 'github'
path: 'michaelahlers/angular-timezones'
release: '0.3.8'
include:
js: [
asset: 'js/angular-timezones.js'
angular:
modules: [
'Timezones'
]
]
APPNAME AngularJS dependencies.
angular:
It is _assumed_ all local AngularJS Modules are _part_ of this application. Include them in your AngularJS application here.
modules: [
'APPNAME.constants'
'APPNAME.setup'
]
It is _assumed_ all local pages are _part_ of this application. Include them in your AngularJS application here.
pages: [
'pages.index'
]