Sha256: 2ef373499fdf041f550c8e61f5a5df2ca5b4993da1df30a69897ff1c59e05ffe
Contents?: true
Size: 1.92 KB
Versions: 5
Compression:
Stored size: 1.92 KB
Contents
# path to parent directory of src_files # relative path from Rails.root # defaults to app/assets/javascripts # useless for wagn file structure src_dir: <%= Wagn.gem_root+"/mod/03_machines/lib/javascript" %> #"app/assets/javascripts" # path to additional directory of source file that are not part of assets pipeline and need to be included # relative path from Rails.root # defaults to [] # include_dir: # - ../mobile_app/public/js # path to parent directory of css_files # relative path from Rails.root # defaults to app/assets/stylesheets # useless for wagn file structure css_dir: <%= Wagn.gem_root+"/mod/03_machines/lib/stylesheets" %> # list of file expressions to include as source files # relative path from src_dir src_files: - jquery.js - tinymce.js - wagn_mod.js.coffee - wagn.js.coffee - wagn_menu.js # - jquerymobile.js - jquery-ui.js - jquery.ui.autocomplete.html.js - jquery.autosize.js - jquery.fileupload.js - jquery.iframe-transport.js - jquery_ujs.js - ace.js #- "**/*.{js.coffee,js,coffee}" # list of file expressions to include as css files # relative path from css_dir css_files: # - "**/*.{css,scss}" # THIS IS IMPORTANT!!! include_dir: - <%= Wagn.gem_root+"/mod/03_machines/lib/javascript" %> # path to parent directory of spec_files # relative path from Rails.root # # Alternatively accept an array of directory to include external spec files # spec_dir: # - spec/javascripts # - ../engine/spec/javascripts # # defaults to spec/javascripts spec_dir: <%= Wagn.gem_root+"/spec/javascripts" %> # list of file expressions to include as helpers into spec runner # relative path from spec_dir helpers: - "helpers/**/*.{js.coffee,js,coffee}" # list of file expressions to include as specs into spec runner # relative path from spec_dir spec_files: - "**/*[Ss]pec.{js.coffee,js,coffee}" # path to directory of temporary files # (spec runner and asset cache) # defaults to tmp/jasmine tmp_dir: "tmp/jasmine"
Version data entries
5 entries across 5 versions & 1 rubygems