- renamed compile:javascript to compile:js - renamed compile:styles to compile:css - added compile:all to compile all of our assets - added compiled js & css to gitignore - removed console.log from src/admin.js
20 lines
588 B
JavaScript
20 lines
588 B
JavaScript
webpackJsonp([0],[
|
|
/* 0 */
|
|
/***/ function(module, exports, __webpack_require__) {
|
|
|
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
|
__webpack_require__(1),
|
|
__webpack_require__(2),
|
|
__webpack_require__(3),
|
|
], __WEBPACK_AMD_DEFINE_RESULT__ = function(MailPoet, jQuery, Handlebars) {
|
|
jQuery(function($) {
|
|
// dom ready
|
|
$(function() {
|
|
|
|
});
|
|
});
|
|
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
|
|
|
|
/***/ }
|
|
]); |