Sha256: 8cf97050f26e1ce3601d2c12b13a7bb32cd9fca7fbb672245d3be7ed160da7da
Contents?: true
Size: 926 Bytes
Versions: 2
Compression:
Stored size: 926 Bytes
Contents
paths: public: "public" groups: 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: concat: "/styles/app.css": "app/styles/**/[a-z]*.{css,scss,sass}" images: copy: "/images/": "app/images/**/*.{png,gif}" 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" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
linner-0.5.1 | lib/linner/templates/config.yml |
linner-0.5.0 | lib/linner/templates/config.yml |