edlp d8 theme starter operatinal with bower and gulp : y'a plus k'a
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
(function($) {
|
||||
|
||||
|
||||
EdlpTheme = function(){
|
||||
|
||||
|
||||
function init(){
|
||||
console.log("EdlpTheme init()");
|
||||
|
||||
};
|
||||
|
||||
|
||||
init();
|
||||
}
|
||||
|
||||
|
||||
$(document).ready(function($) {
|
||||
var edlptheme = new EdlpTheme();
|
||||
});
|
||||
|
||||
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user