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