Skip to content

Commit c5238cf

Browse files
committed
wip
1 parent 97463b8 commit c5238cf

17 files changed

Lines changed: 182 additions & 458 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Minimal JS
1+
## Project X
22

33
### Install
4-
`<script src="https://cdn.jsdelivr.net/gh/minimaljs/minimal/dist/minimal.min.js"></script>`
4+
`<script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x/dist/project-x.min.js"></script>`
55

66
### Use
77
*Dropdown/Modal*

dist/minimal.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/mix-manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"/rename-me.js": "/rename-me.js?id=bbf39d4a044a5ded45f2",
3-
"/rename-me.min.js": "/rename-me.min.js?id=727c8cae5cc9ff82a386",
4-
"/minimal.js": "/minimal.js?id=8640ed0d65573caa94b9",
5-
"/minimal.min.js": "/minimal.min.js?id=6f15586b9a24e5201a68"
2+
"/project-x.js": "/project-x.js?id=f19ed1bb7ea14696460d",
3+
"/project-x.min.js": "/project-x.min.js?id=020b2ebacf3c3cc446e4"
64
}

dist/minimal.js renamed to dist/project-x.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ __webpack_require__.r(__webpack_exports__);
620620
/* WEBPACK VAR INJECTION */(function(process) {/* harmony import */ var _component__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./component */ "./src/component.js");
621621
/* @flow */
622622

623-
var minimal = {
623+
var projectX = {
624624
start: function start() {
625625
var _this = this;
626626

@@ -672,11 +672,11 @@ var minimal = {
672672
}
673673
};
674674

675-
if (!window.minimal) {
676-
window.minimal = minimal;
675+
if (!window.projectX) {
676+
window.projectX = projectX;
677677
}
678678

679-
/* harmony default export */ __webpack_exports__["default"] = (minimal);
679+
/* harmony default export */ __webpack_exports__["default"] = (projectX);
680680
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node_modules/process/browser.js */ "./node_modules/process/browser.js")))
681681

682682
/***/ }),
@@ -776,7 +776,7 @@ function getXAttrs(el, type) {
776776
/*! no static exports found */
777777
/***/ (function(module, exports, __webpack_require__) {
778778

779-
module.exports = __webpack_require__(/*! /Users/calebporzio/Documents/Code/sites/minimal/src/index.js */"./src/index.js");
779+
module.exports = __webpack_require__(/*! /Users/calebporzio/Documents/Code/sites/project-x/src/index.js */"./src/index.js");
780780

781781

782782
/***/ })

dist/project-x.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)