Sha256: 294c490384570c98da30049c74a5542f0604eb4cfe32cace78b6fb2618aa61a4
Contents?: true
Size: 1.07 KB
Versions: 8
Compression:
Stored size: 1.07 KB
Contents
paths: public: "public" groups: scripts: paths: - app/scripts concat: "/scripts/app.js": "app/**/*.{js,coffee}" "/scripts/vendor.js": "vendor/**/*.{js,coffee}" order: - vendor/jquery-1.10.2.js - ... - app/scripts/app.coffee styles: paths: - app/styles concat: "/styles/app.css": "app/styles/**/[a-z]*.{css,scss,sass}" images: paths: - app/images sprite: "../app/images/icons.scss": "app/images/**/*.png" views: paths: - app/views copy: "/": "app/views/**/*.html" templates: paths: - app/templates precompile: "/scripts/templates.js": "app/templates/**/*.hbs" modules: wrapper: cmd ignored: vendor/**/* definition: /scripts/app.js sprites: url: /images/ path: /images/ selector: .icon- revision: index.html notification: true bundles: jquery.js: version: 1.10.2 url: http://code.jquery.com/jquery-1.10.2.js handlebars.js: version: 1.0.0 url: https://raw.github.com/wycats/handlebars.js/1.0.0/dist/handlebars.runtime.js
Version data entries
8 entries across 8 versions & 1 rubygems