Sha256: 92853d3eca311ae4c9f88f4ca15d7d21ad9578901c4c0e48d63f6448edd8be31
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# General settings used by ruby scripts namespace: MyApp ## # Directory paths pluginsDIr: ../vendor/plugins libsDir: ../lib configDir: ../config overridesDir: ../config/overrides appDir: ../app vendor: - extjs-mvc mvcFilename: extjs-mvc-all-min # Use config/application for general framework configuration config: - app/App - config/application - config/routes ## # All stylesheets to be loaded. These are all taken to be relative to the public/stylesheets directory, # and the .css is automatically appended # stylesheets: [] # Overrides to include. These files should be located in the config/overrides directory overrides: [] # Plugins to include. Each will load vendor/plugins/SomePlugin/SomePlugin-all.js plugins: [] # All of the models in this application, found in the app/models folder models: [] # All of the controllers in this application, found in the app/controllers folder controllers: - application - home # All of the views in this application, as an object with the subfolder inside app/views as the key, # and an array of filenames as the value. e.g.: # views: # index: # - index # - edit # - new # - view # will load /app/views/index/index.js and app/views/index/my_view.js views: - layout: - menu - home: - index
Version data entries
3 entries across 3 versions & 1 rubygems