Swap app code with bundles in assets/js/src folder

This commit is contained in:
Tautvidas Sipavičius
2015-08-17 14:31:32 +03:00
parent 9db0db83b1
commit 6ed4ce0de2
14 changed files with 5341 additions and 2038 deletions

6
assets/js/src/public.js Normal file
View File

@@ -0,0 +1,6 @@
jQuery(function($) {
// dom ready
$(function() {
});
});