Changed theme structure. Moved all assets into /assets/

This commit is contained in:
John O'Nolan
2013-08-10 14:26:34 +02:00
committed by Hannah Wolfe
parent 1fb478234a
commit 820b222f8e
12 changed files with 0 additions and 0 deletions

12
assets/js/index.js Normal file
View File

@ -0,0 +1,12 @@
/**
* Placeholder JS file for Casper behaviours
*/
/*globals jQuery, document */
(function ($) {
"use strict";
$(document).ready(function () {
// code goes here
});
}(jQuery));