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
3 changes: 3 additions & 0 deletions templates/io-assist-angular-editable/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
npm-debug.log
yarn-error.log

# Generated by src/app/io-assist/scripts/io-assist-ng-build.js (npm run build)
/src/app/io-assist/files

# IDEs and editors
.idea/
.project
Expand Down
5 changes: 5 additions & 0 deletions templates/io-assist-angular-editable/.postcssrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"plugins": {
"@tailwindcss/postcss": {}
}
}
2 changes: 1 addition & 1 deletion templates/io-assist-angular-editable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Angular CLI does not come with an end-to-end testing framework by default. You c

## Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
4 changes: 2 additions & 2 deletions templates/io-assist-angular-editable/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
"maximumWarning": "8kB",
"maximumError": "16kB"
}
],
"outputHashing": "all"
Expand Down
Loading