Skip to content

Instantly share code, notes, and snippets.

@chihiro-adachi
Last active January 23, 2018 09:42
Show Gist options
  • Save chihiro-adachi/64a7ff05e6984b47fb6a43facfd57bee to your computer and use it in GitHub Desktop.
Save chihiro-adachi/64a7ff05e6984b47fb6a43facfd57bee to your computer and use it in GitHub Desktop.
style guide

sub module

git submodule xxx

ビルド

https://github.com/chihiro-adachi/ec-cube/commit/1409392cd428ba0a3122134f6717f097c5073510

npm i
npm run build

-> html/template/default/assets/css以下に出力

EC-CUBE本体の開発の流れ

// 事前にスタイルガイドをフォークしておく

// リモートレポジトリに追加
cd assets/Eccube-Styleguide
git remote add [github username] https://github.com/[github username]/Eccube-Styleguide.git

// ブランチ切る
git fetch origin
git checout -b fix-xxx origin/master

// push
git push [github username]/fix-xxx

// pull requestする

TODO

  • 本家のレポジトリを修正必要  - インクルードパスの修正
  • svgファイルのコピー
  • インストール時のビルド
  • svgファイルのコピー
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment