Re: Composer を使って GitHub から 5.7 をインストールする方法
2014年7月22日 at 13:45
READMEが更新されていますが、リポジトリにはCSS、JSも含まれなくなりました。composerの実行後、gruntタスクの実行も必要になります。
npmを使ってgruntをインストール
cd build
npm install grunt grunt-contrib-concat grunt-contrib-uglify grunt-contrib-cssmin grunt-contrib-less grunt-contrib-watch
JS, CSSをgruntを使ってビルドする
grunt release
Your post has been saved and will be published after approval by the forum moderator.