Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ node_modules
.vscode
.idea/
.DS_Store
doc/html/
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = function(grunt) {
'dist/angular/src/gridstack-item.component.ts': ['angular/projects/lib/src/lib/gridstack-item.component.ts'],
'dist/angular/src/base-widget.ts': ['angular/projects/lib/src/lib/base-widget.ts'],
'dist/angular/src/gridstack.module.ts': ['angular/projects/lib/src/lib/gridstack.module.ts'],
'dist/angular/src/types.ts': ['angular/projects/lib/src/lib/types.ts'],
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Alain Dumesny. v0.4.0 and older (c) 2014-2018 Pavel Reznikov, Dylan Weiss
Copyright (c) 2019-2025 Alain Dumesny. v0.4.0 and older (c) 2014-2018 Pavel Reznikov, Dylan Weiss

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/tmp
/out-tsc
/bazel-out
/doc/html/

# Node
/node_modules
Expand Down
1 change: 0 additions & 1 deletion angular/doc/html/.nojekyll

This file was deleted.

1 change: 0 additions & 1 deletion angular/doc/html/assets/hierarchy.js

This file was deleted.

148 changes: 0 additions & 148 deletions angular/doc/html/assets/highlight.css

This file was deleted.

18 changes: 0 additions & 18 deletions angular/doc/html/assets/icons.js

This file was deleted.

Loading