Sha256: 081b69b7cbccac9bdd9cba66ab52a128bcb3f30ab40c5f7b8f6d5e16e37a29f8

Contents?: true

Size: 1.04 KB

Versions: 54

Compression:

Stored size: 1.04 KB

Contents

// ------------------------------------------------------------------------------------------------
//
// This is where all of the JavaScript code is handled for your theme.
//
// We recommend you break your JavaScript into multiple files and put them in a separate
// directory. We've used a "javascripts" directory in our example below. After that we'll use
// Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
// use CoffeeScript (coffeescript.org) by ending your file name with .coffee.
//
// However, if you don't have much JavaScript, or you're just a glutton for punishment,
// you could simply put all of your JavaScript in this file. It's up to you.
//
// ------------------------------------------------------------------------------------------------
//
// Here we're including a couple CoffeeScript files written for different areas of the store, we're 
// also including jQuery in our layout.html from Google so that it can be better cached by users.
//
//= require javascripts/product
//= require javascripts/cart

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
dugway-1.0.14 lib/dugway/cli/templates/source/theme.js
dugway-1.0.13 lib/dugway/cli/templates/source/theme.js
dugway-1.0.12 lib/dugway/cli/templates/source/theme.js
dugway-1.0.10 lib/dugway/cli/templates/source/theme.js
dugway-1.0.9 lib/dugway/cli/templates/source/theme.js
dugway-1.0.8 lib/dugway/cli/templates/source/theme.js
dugway-1.0.7 lib/dugway/cli/templates/source/theme.js
dugway-1.0.6 lib/dugway/cli/templates/source/theme.js
dugway-1.0.5 lib/dugway/cli/templates/source/theme.js
dugway-1.0.4 lib/dugway/cli/templates/source/theme.js
dugway-1.0.3 lib/dugway/cli/templates/source/theme.js
dugway-1.0.2 lib/dugway/cli/templates/source/theme.js
dugway-1.0.1 lib/dugway/cli/templates/source/theme.js
dugway-1.0.0 lib/dugway/cli/templates/source/theme.js
dugway-0.12.3 lib/dugway/cli/templates/source/theme.js
dugway-0.12.2 lib/dugway/cli/templates/source/theme.js
dugway-0.12.1 lib/dugway/cli/templates/source/theme.js
dugway-0.12.0 lib/dugway/cli/templates/source/theme.js
dugway-0.11.4 lib/dugway/cli/templates/source/theme.js
dugway-0.11.3 lib/dugway/cli/templates/source/theme.js