Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new website #557

Merged
merged 101 commits into from
Jan 29, 2019
Merged

feat: new website #557

merged 101 commits into from
Jan 29, 2019

Conversation

tivac
Copy link
Owner

@tivac tivac commented Jan 29, 2019

Description

I built a new m-css.com site with an improved REPL, an actual homepage, and something approximating an actual guide.

Motivation and Context

m-css.com was too hard to update because it used webpack & mithril. New site uses rollup & svelte and is easier to follow/tweak because of it. Also set up on netlify now so it can auto-deploy when pushes to master happen.

How Has This Been Tested?

Lots of local testing, along with https://m-css.netlify.com

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

For sweet sweet async object-shorthand
plus groundwork for multiple files, though no ability to actually use 'em yet
Still not able to resolve for composes, though.
also showing errors now
Needed to move the .gitignore so it didn't get lost on each clean
⚠️ BROKEN ATM ⚠️
@tivac tivac self-assigned this Jan 29, 2019
@codecov
Copy link

codecov bot commented Jan 29, 2019

Codecov Report

Merging #557 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #557   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files          46       46           
  Lines        1045     1045           
  Branches      162      162           
=======================================
  Hits         1034     1034           
  Misses         11       11

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b1476e...b9c5afe. Read the comment docs.

@tivac tivac merged commit 059fd7a into master Jan 29, 2019
@tivac tivac deleted the www-upgrade branch January 29, 2019 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant