Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
576 B

  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',