Skip to content

Commit

Permalink
feat: upgrade to Marko 5 and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Aug 3, 2020
1 parent c5b5bbb commit 92f6151
Show file tree
Hide file tree
Showing 253 changed files with 28,935 additions and 13,479 deletions.
3 changes: 0 additions & 3 deletions .browser-refresh

This file was deleted.

12 changes: 12 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[production]
last 3 Chrome versions
last 2 Firefox versions
last 1 Edge versions
last 1 Safari versions
unreleased versions

[dev]
last 1 Chrome versions
last 1 Firefox versions
last 1 Edge versions
last 1 Safari versions
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

17 changes: 0 additions & 17 deletions .eslintrc.json

This file was deleted.

11 changes: 2 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
static
node_modules
*.marko.js
.cache
.nyc_output
npm-debug.log
.DS_Store
/dist
components-generated/*
!components-generated/.gitkeep
build
*.log
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "examples"]
path = examples
url = [email protected]:marko-js/examples.git
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 JS Foundation and contributors
Copyright (c) 2020 JS Foundation and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<img src="https://user-images.githubusercontent.com/1958812/62652399-2a314c80-b910-11e9-883b-196686708979.png"/>



## Running markojs.com Locally

``` bash
git clone https://github.com/marko-js/markojs-website.git
cd markojs-website
git clone https://github.com/marko-js/website.git
cd website
npm install
npm start
npm run dev
```

## Serving a static build

```bash
npm run serve-static
npm run build
npx http-server ./build
```

## Publishing
Expand Down
27 changes: 0 additions & 27 deletions babel-preset.js

This file was deleted.

1 change: 1 addition & 0 deletions browser-shims/fs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("memfs");
160 changes: 0 additions & 160 deletions browser-shims/fs/VFileSystem.js

This file was deleted.

3 changes: 0 additions & 3 deletions browser-shims/fs/index.js

This file was deleted.

Loading

0 comments on commit 92f6151

Please sign in to comment.