edlp d8 theme starter operatinal with bower and gulp : y'a plus k'a

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-13 17:04:47 +01:00
parent 2a4c49c8dc
commit e1b84d6ef0
24 changed files with 771 additions and 0 deletions
@@ -0,0 +1,22 @@
(function($) {
EdlpTheme = function(){
function init(){
console.log("EdlpTheme init()");
};
init();
}
$(document).ready(function($) {
var edlptheme = new EdlpTheme();
});
})(jQuery);