svn-diff.txt 576 B

1234567891011121314151617181920212223
  1. Index: grunt.js
  2. ===================================================================
  3. --- grunt.js (revision 31200)
  4. +++ grunt.js (working copy)
  5. @@ -12,6 +12,7 @@
  6. module.exports = function (grunt) {
  7. + console.log('hello world');
  8. // Project configuration.
  9. grunt.initConfig({
  10. lint: {
  11. @@ -19,10 +20,6 @@
  12. 'packages/services.web/{!(test)/**/,}*.js',
  13. 'packages/error/**/*.js'
  14. ],
  15. - scripts: [
  16. - 'grunt.js',
  17. - 'db/**/*.js'
  18. - ],
  19. browser: [
  20. 'packages/web/server.js',
  21. 'packages/web/server/**/*.js',