1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

827 Commits

Author SHA1 Message Date
Malcolm Laing
6e515a5fac chore: update pr to upstream changes 2018-12-05 12:24:59 +01:00
Malcolm
efdc935380 chore: update japanese font readme section 2018-12-05 12:02:28 +01:00
Malcolm
0868406c1a chore: update font family example 2018-12-05 12:02:28 +01:00
Malcolm
d0df9f6420 chore: move html google font import example 2018-12-05 12:02:28 +01:00
Malcolm
47cf2b860b feat(breaking): remove google font import 2018-12-05 12:02:28 +01:00
ダーシノ
17021d7395 Merge pull request #80 from BcRikko/fix-npmtask
Fix config files
2018-12-05 19:42:30 +09:00
BcRikko
75436bcad4 build: fix config files 2018-12-05 19:35:16 +09:00
Trezy
3ec9ab1976 ci: add commitlint
Add `commitlint` to enforce proper formatting for all commit messages

#13
2018-12-05 17:57:40 +09:00
Trezy
0f988b3f54 ci: Remove unnecessarily repository cloning
Repository cloning in the deploy step was 100% unnecessary.
2018-12-05 17:55:41 +09:00
Trezy
f426715dec ci: Restore cache restoration to the build 2018-12-05 17:55:40 +09:00
Trezy
2520af8afd ci: Remove strict host key checking for Github
By removing strict host key checking for Github, we shouldn't run into the issue where host
authenticity verification stalls the deployment.
2018-12-05 17:55:38 +09:00
Trezy
97f1aef706 ci: Remove caching (temporarily)
I finally figured it out. Restoring the cache was trying to restore the cache from an older build
that used a different image in which the root user was the one doing all the tasks. I'm pushing a
build that doesn't restore the cache, then I'll add those steps back in after the next build.
2018-12-05 17:55:35 +09:00
Trezy
daa3fba424 ci: Build app in the non-root user's folder
I think the issue was that the app was being built into the root user's home directory rather than
the `circleci` user's home directory. 🤞
2018-12-05 17:55:31 +09:00
Trezy
6bcc66ad83 ci: Switch back to containers
Switching back to container because I have no idea how to fix the errors that came up without them.
Additionally, I'm changing the working directory to `~/tmp` to see if that works better than the
`~/app` folder.
2018-12-05 17:55:28 +09:00
Trezy
76de2f14cf ci: Remove containers entirely
I've removed containers from tthe config entirely because I don't think we need them. Hopefully this
will fix the build. 🤷🏻‍♂️
2018-12-05 17:55:25 +09:00
Trezy
18c87a43c0 ci: Remove working directory declaration from CI config
I got a bunch of permission errors last time I tried to build in ~/app. I'm pretty sure building in
the default directory should work just as well.
2018-12-05 17:55:22 +09:00
Trezy
96362f8bad ci: Switch to the CircleCI Node container
The Roll For Guild Node container doesn't include `git`, which is required by semantic-release.

#13
2018-12-05 17:55:19 +09:00
Trezy
879a805ffe ci: Add semantic-release
Add `semantic-release` to the repo and the build pipeline. This will handle automatically publishing
to npm based on commit messages.

#13
2018-12-05 17:55:13 +09:00
Trezy
8412aa2bc4 build: Add Commitizen
Forcing contributors to use Commitizen to format their commit messages will make our lives much
simpler, especially once we've added `semantic-release`.
2018-12-05 17:53:20 +09:00
Trezy
8ad90aaf31 build(ci): Add CircleCI config
This adds a CircleCI config file based on the same config I use for my own website. It makes it easy
to have multiple steps running in parallel, such as running tests and coverage reports.
2018-12-05 17:49:22 +09:00
ダーシノ
ac13679413 Merge pull request #71 from evexoio/58-add-story-book
Add Storybook
2018-12-05 17:12:03 +09:00
Abdallah Samman
11c79da740 Improve Story knobs usability; put eslint config in package.json; 2018-12-05 08:41:46 +02:00
BcRikko
c98bcb2eea ci skip 2018-12-05 08:48:59 +09:00
Abdallah Samman
08dd269769 add checkboxes instead of select input to table and containers stories 2018-12-04 23:17:02 +02:00
Abdallah Samman
88e3a8b382 Add storybook instructions to README.md 2018-12-04 19:43:07 +02:00
Abdallah Samman
c5749a531f Add Storybook Knobs 2018-12-04 19:34:57 +02:00
Abdallah Samman
81d6c43900 Add pre-commit hook to eslint javascript code; import nes.min.css globaly in stories; 2018-12-04 17:13:03 +02:00
Abdallah Samman
ee343daf59 add stories for balloons, buttons, containers, icons, inputs and table 2018-12-04 16:40:25 +02:00
Abdallah Samman
abf0b3597f Add storybook as docs; add eslint as javascript styleguide with AirBnb Style. 2018-12-04 13:55:52 +02:00
BcRikko
1663f704c1 Merge branch 'develop' 2018-12-04 08:51:08 +09:00
ダーシノ
4abdf2d9f2 Merge pull request #66 from guastallaigor/add-youtube-icon
Added youtube icon and an example in the docs
2018-12-04 08:50:19 +09:00
Igor Guastalla de Lima
cab2016aa1 Added first version of the youtube icon and an example in the docs (index.html). 2018-12-03 21:42:31 -02:00
BcRikko
5313a77c56 Merge branch 'develop' 2018-12-04 00:26:56 +09:00
Trezy
496d3a3c5e docs(badges): add gitter badge to readme-jp
#57
2018-12-04 00:26:26 +09:00
Trezy
c4002c5c75 docs(badges): add gitter badge
I added the Gitter badge to the `README` to help direct users to our chat room.

#57
2018-12-04 00:26:25 +09:00
ダーシノ
941a6d1420 Merge pull request #63 from evexoio/62-align-container
fix .is-center and .is-right
2018-12-03 20:42:02 +09:00
Abdallah Samman
78c2bc4ca4 align container title with .is-right and .is-center 2018-12-03 13:32:06 +02:00
Abdallah Samman
7328502b30 #62 fix .is-center and .is-right; replace align-items with text-align 2018-12-03 12:10:52 +02:00
ダーシノ
51d748a923 Merge pull request #61 from Takumi0901/master
Fix title in container
2018-12-03 17:19:14 +09:00
takumi kimura
dca069f207 Fix layout of title at PC View 2018-12-03 15:22:23 +09:00
takumi kimura
97e8fe0e3c Fix title in container 2018-12-03 14:34:33 +09:00
ダーシノ
ceb018d8d6 Merge pull request #56 from KeevanDance/update-success-input-to-be-green
Update input success color for both css and sass
2018-12-03 07:52:49 +09:00
jkd65
8046ee6b78 updated input success color for both css and sass 2018-12-02 09:45:40 -06:00
ダーシノ
10aa73c3c3 Merge pull request #55 from BcRikko/feature/empty-icons
Add empty state icons
2018-12-02 17:38:40 +09:00
BcRikko
bb13048f8d build css 2018-12-02 17:36:52 +09:00
BcRikko
15de46fd76 Add empty state icons 2018-12-02 17:36:01 +09:00
BcRikko
f41a6ffb63 build css 2018-12-02 15:01:49 +09:00
ダーシノ
32abcde4b6 Merge pull request #52 from KeevanDance/master
swapped primary and success button styling
2018-12-02 14:59:33 +09:00
ダーシノ
fbf65b5c22 Merge pull request #54 from BcRikko/feature/color-palette
Use NES color palette
2018-12-02 12:20:04 +09:00
BcRikko
907211aa6c add color define(black, white) 2018-12-02 12:18:13 +09:00