コミット履歴

作者 SHA1 メッセージ 日付
  fredck 14fba72865 Filtering .js files on jshint. 11 年 前
  fredck bd8adb6a47 Take the ignore list for jscs and jshint from .gitignore. 11 年 前
  fredck 6c2571398a Updated package.json. 11 年 前
  fredck 74f7187535 Generalized the jscs and jshint implementation into a tool. 11 年 前
  fredck 9ae96960a8 Made the jscs implementation a copy of jshint. 11 年 前
  fredck 5bd234f516 Moved the jshint configurations to a separated json file. In this way IDEs can read from it and auto-configure. 11 年 前
  fredck ece2a3c9ba Extracted the :git task check from jshint to tools, so it can be reused. 11 年 前
  fredck 22101da842 Replaced "global" inline configs with /* jshint node: true */ 11 年 前
  fredck e8be3ca207 Fixed an error through when there were no files to run on jshint. 11 年 前
  fredck f5442908fa Made it possible to change the default task so it'll run accordingly without the :git prefix. 11 年 前
  fredck 5af6696331 Implemented grunt jshint:git, making it inside default. 11 年 前
  fredck 3623e9d420 Custom implementation of jscs, which checks only next commit files. 11 年 前
  fredck a3e069e84b Added a few jshint predefined configs. 11 年 前
  fredck 95af84469e Moved githooks to dev/tasks. 11 年 前
  fredck 739d4a08d7 Moved jshint to dev/tasks. 11 年 前
  fredck 99102c1384 'use strict' in gruntfile.js. 11 年 前
  fredck 66d4a435df Moved jscs to dev/tasks. Now the tasks need to be more declarative. 11 年 前
  fredck 27435f5e9d Made package.json more empty, so it is clearer what to get filled in it. 11 年 前
  fredck 2f2bb8415e Added recommended "keywords" and "dependencies" entries to package.json. 11 年 前
  fredck b278ce80b4 Added "build" to the jscs ignore list. 11 年 前
  fredck 2af6b8dacd Moved jscs and jshint config out of gruntfile.js. 11 年 前
  fredck 6555892a3e Upgraded load-grunt-tasks in package.json. 11 年 前
  fredck 3998a10dba Fixed indentation in package.json. 11 年 前
  fredck b5c0900dfc Being more agreessive with grunt update for common packages. 11 年 前
  fredck 15dceff510 Minor additions to the changelog fie. 11 年 前
  fredck 2e3bf2614b Added "build" to .gitignore 11 年 前
  fredck 32b09a3235 Using load-grunt-tasks to avoid grunt.loadNpmTasks. 11 年 前
  fredck b27ebb0053 Added git hooks support for pre-commit linting. 11 年 前
  fredck 40f2b2b6e9 Added default grunt task. 11 年 前
  fredck 0793fc7ff6 Added support for jshint and made it a pure grunt task. 11 年 前