UNPKG

node-sitefile

Version:

Bootstrap Express webserver for misc. resources using Sitefile

58 lines (49 loc) 1.72 kB
sitefile: 0.0.4-dev port: 8632 routes: _du: du:**/*.rst _gv: gv:**/*.gv '': redir:main default.css: sass:default.sass default.js: coffee:default.coffee options: global: pug: client: $ref: '#/defs/app/base/client' stylesheets: $ref: '#/defs/stylesheets/default' du: $ref: '#/options/global/rst2html' rst2html: link_stylesheets: true flags: - "--no-toc-backlinks" stylesheets: $ref: '#/defs/stylesheets/default/urls' scripts: $ref: '#/defs/scripts/default/urls' local: {} defs: scripts: default: urls: - "//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js" - "//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.3/jquery-ui.js" - "//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore.js" - "//cdnjs.cloudflare.com/ajax/libs/underscore.string/2.3.3/underscore.string.min.js" - "//cdnjs.cloudflare.com/ajax/libs/crossroads/0.12.2/crossroads.min.js" - "//cdnjs.cloudflare.com/ajax/libs/coffee-script/1.11.1/coffee-script.min.js" - "//cdnjs.cloudflare.com/ajax/libs/require-cs/0.5.0/cs.min.js" #- /build/script/htdocs-third-party.js - /default.js paths: - default.js stylesheets: default: urls: - /default.css - "//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" - "//cdnjs.cloudflare.com/ajax/libs/jquery-ui-bootstrap/0.5pre/assets/css/bootstrap.min.css" #- 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/themes/base/jquery-ui.css' #- 'http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css'