Skip to content

Commit

Permalink
removed compiled dot templates from the repo, #34
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Aug 22, 2015
1 parent f9017a5 commit 1c508fa
Show file tree
Hide file tree
Showing 27 changed files with 9 additions and 1,372 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ node_modules

.DS_Store

# Compiled templates
lib/dotjs/*.js

# Browserified tests
.browser

Expand Down
2 changes: 1 addition & 1 deletion lib/dotjs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
These files are compiled dot templates from dot folder.

Do NOT edit them directly, edit the templates and run `node bin/compile_dots` from main ajv folder.
Do NOT edit them directly, edit the templates and run `npm run build` from main ajv folder.
37 changes: 0 additions & 37 deletions lib/dotjs/allOf.js

This file was deleted.

47 changes: 0 additions & 47 deletions lib/dotjs/anyOf.js

This file was deleted.

90 changes: 0 additions & 90 deletions lib/dotjs/dependencies.js

This file was deleted.

32 changes: 0 additions & 32 deletions lib/dotjs/enum.js

This file was deleted.

44 changes: 0 additions & 44 deletions lib/dotjs/format.js

This file was deleted.

114 changes: 0 additions & 114 deletions lib/dotjs/items.js

This file was deleted.

0 comments on commit 1c508fa

Please sign in to comment.