Skip to content

Commit

Permalink
First cut on file watcher usage, move d.ts under webapp, pull in some…
Browse files Browse the repository at this point in the history
… DefinitelyTyped definitions, start adding reference paths to .ts files, ignore generated .js files
  • Loading branch information
gashcrumb committed Nov 14, 2013
1 parent 81a2319 commit 71dd1a8
Show file tree
Hide file tree
Showing 49 changed files with 1,508 additions and 8,722 deletions.
2 changes: 2 additions & 0 deletions hawtio-web/.gitignore
@@ -1,6 +1,8 @@
hawtio-config
mavenIndexer
*.js
*.js.map

!GruntFile.js
!src/main/webapp/lib/*
!src/main/lib.disabled/*
Expand Down
2 changes: 1 addition & 1 deletion hawtio-web/GruntFile.js
Expand Up @@ -24,7 +24,7 @@ module.exports = function (grunt) {
grunt.file.delete(file, { force: true });
});

var appFiles = ['src/main/d.ts/*.ts', 'src/main/webapp/app/**/*.ts'];
var appFiles = ['src/main/webapp/d.ts/*.ts', 'src/main/webapp/app/**/*.ts'];

grunt.initConfig({
test:{
Expand Down
66 changes: 0 additions & 66 deletions hawtio-web/src/main/d.ts/angular-resource-1.0.d.ts

This file was deleted.

0 comments on commit 71dd1a8

Please sign in to comment.