タグ

2015年11月27日のブックマーク (2件)

  • Using npm, bower, and grunt with Maven

    I was recently migrating several projects from Apache Ant to Apache Maven. More than one of these projects had front-end components that used Grunt.js for various automation tasks. I had previously integrated these into my Ant build scripts with a custom target in my build.xml: <target name="run-grunt"> <exec executable="grunt" dir="." failonerror="true"></exec> </target> This was working pretty w

  • エンジニアのための英語

    日、以下のような文章を読んだ > I was suffered from ~ ~の部分には遭遇した諸問題について書いてあったので、この文章は「苦しめられた」と言いたいのだと推察できた。ただ、残念な事に、be suffered というのは多分現在ではほとんど使わないし、意味が若干違ってくると思う(詳しくは検索してきて!) sufferと言う言葉は「苦しむ・被る」という意味なので、受け身にすれば「苦し『められる』」という意味になるのではないか、というつもりだったのはないかと推察するが、sufferはすでに受け身の意味なので、I sufferですでに何かに苦しめられているのであり、これをさらに受け身にする必要はない。 > I had to suffer from having to deal with spaghetti code とかなら、「スパゲッティコードに立ち向かわなくてはいけなかった

    エンジニアのための英語