2015-01-20から1日間の記事一覧

yeoman:installDependencyのcallbackでcopyが動かぬ

yeomanで自分用generatorをつくったらハマった。 bowerでファイルのインストール後に開発ディレクトリに配置したいのだが、 エラーが出ずcopyも実行されない。 install: function () { this.installDependencies({ callback: function () { this.copy( this.…