mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-21 13:30:27 +08:00
13 lines
578 B
Plaintext
13 lines
578 B
Plaintext
// application scripts
|
|
script(src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.2.1/lodash.js")
|
|
script(src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.5/angular.js")
|
|
// TODO use cdnjs.com once they serve marked
|
|
script(src="//raw.github.com/chjj/marked/master/lib/marked.js")
|
|
script(src="scripts/app.js")
|
|
script(src="scripts/services/fetch.js")
|
|
script(src="scripts/services/reader/_factory.js")
|
|
script(src="scripts/services/reader/markdown.js")
|
|
script(src="scripts/services/reader/json.js")
|
|
script(src="scripts/services/transformer.js")
|
|
script(src="scripts/controllers.js")
|