force add config files that didn't make it
Change-Id: Ia3f98d25dbf155b844b718b76da33f3afed9bb04 Reviewed-on: https://gerrit.instructure.com/19450 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Ryan Florence <ryanf@instructure.com> Product-Review: Ryan Florence <ryanf@instructure.com> QA-Review: Ryan Florence <ryanf@instructure.com>
This commit is contained in:
parent
9d129a94e4
commit
40fc349af5
|
@ -0,0 +1,19 @@
|
|||
# required - the file to generate
|
||||
out_file: app/views/info/styleguide.html.erb
|
||||
|
||||
# required - the files to extract docs from
|
||||
glob: app/stylesheets/**/*.scss
|
||||
|
||||
# optional - components can display where they are defined, this will be
|
||||
# stripped from that definition
|
||||
base_dir: app/stylesheets
|
||||
|
||||
# optional - mustache template rendered for the `out_file`
|
||||
template: doc/styleguide/template.mustache
|
||||
|
||||
# optional - Inline DressCode CSS styles, defaults to true
|
||||
dress_code_css: true
|
||||
|
||||
# optional - Inline DressCode JS, defaults to true
|
||||
dress_code_js: true
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
test_page: spec/javascripts/runner.html
|
||||
|
Loading…
Reference in New Issue