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:
Ryan Florence 2013-04-09 12:13:44 -06:00
parent 9d129a94e4
commit 40fc349af5
2 changed files with 21 additions and 0 deletions

19
config/styleguide.yml Normal file
View File

@ -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

2
config/testem.yml Normal file
View File

@ -0,0 +1,2 @@
test_page: spec/javascripts/runner.html