eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

RequireJS is UP-TO-DATE after clean #105

Open aleksz opened 9 years ago

aleksz commented 9 years ago

after running gradle clean, gradle build says :requireJs UP-TO-DATE

Here is my configuration: https://github.com/aleksz/driveddoc/blob/master/build.gradle

rm -rf .gradle/ does the trick

TomDmitriev commented 9 years ago

+1 The same is with jshint.

TomDmitriev commented 9 years ago

For jshint I've worked around that by doing the following

tasks.jshint.dest = File.createTempFile('dummy', '.unused')