2013-12-26から1日間の記事一覧

yo webapp でエラーになる場合の対処法[grunt,yeoman]

yeomanのgenerator-webappを利用してプロジェクトを生成する場合、もろもろ苦労したので対処法を記載します。 node, npmのバージョンを確認する yeoman, grunt, bowerで静的サイト構築(第二回)でnvmでnodeのバージョン管理を紹介しています。 下記の環境で…

grunt-styleguide, grunt-contrib-yuidocでsass(css), jsのドキュメントを自動作成する[grunt,sass]

今回の目的は、gruntでsass(css), jsのドキュメントを自動で生成する環境を用意することです。 grunt-styleguide, grunt-contrib-yuidocを利用します。 https://github.com/indieisaconcept/grunt-styleguide https://github.com/gruntjs/grunt-contrib-yuid…