タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Gruntに関するastronaughtsのブックマーク (3)

  • Grunt 0.4.2 released - Grunt: The JavaScript Task Runner

    Grunt 0.4.2 is now available on npm. This release should address a lot of issues for Windows developers, such as pipe-redirection, console output and BOM preservation. Besides a number of bug fixes, we have made a few decisions going forward regarding external dependencies in Grunt. These external libraries are deprecated and should now be required as npm modules: Use glob instead of grunt.file.gl

    Grunt 0.4.2 released - Grunt: The JavaScript Task Runner
  • dontkry.com

    Here are a few solutions to common problems you may encounter while using Grunt. Configuring Tasks Dynamically A good Gruntfile is declarative but sometimes explicitly declaring your config can be cumbersome or impossible. For example we have some tests: | - tests/ | --- apple_test.js | --- peach_test.js | --- tomato_test.js I could configure my Gruntfile to run all these tests with: grunt.initCon

  • node.jsアプリのデプロイにやさしい grunt-rsync | DevelopersIO

    はじめに ちょっとデプロイしてスマホで確認したい、皆に見てもらって感想が欲しい、とにかく直ぐにデプロイしたい。そんな時に便利なgrunt.js用のタスクのgrunt-rsyncです。 rsyncコマンド知ってますか? 僕は知りませんでした(汗。ファイル群の同期を取る用途のコマンドです割と古くからあるみたいです。多くのUnix系環境にデフォルトで入っているようです。名前の通り、ファイルの同期を取るのがこのコマンドの仕事で、ローカル同士でもリモートともSCP経由などで同期を取れるようです。 詳しくはWikiで。 grunt-rsyncパッケージ rsyncwrapperというrsync用のパッケージを使用しているgrunt用タスクです。もっとシンプルにrsyncをラップしている grunt-rsync-2 というのも存在しますが、コピーに失敗してもがエラーが出なかったのでこちらの方がいいと思い

  • 1