mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Added simple single page ajax handling for a links.
This commit is contained in:
parent
ca8ef1d5bd
commit
b3db1dd139
8 changed files with 325 additions and 63 deletions
|
@ -18,6 +18,7 @@ Encore
|
|||
* and one CSS file (e.g. app.css) if you JavaScript imports CSS.
|
||||
*/
|
||||
.addEntry('app', './assets/js/app.js')
|
||||
//.addEntry('ajaxUI', './assets/ts_src/ajax_ui.ts')
|
||||
//.addEntry('page1', './assets/js/page1.js')
|
||||
//.addEntry('page2', './assets/js/page2.js')
|
||||
|
||||
|
@ -45,7 +46,7 @@ Encore
|
|||
//.enableSassLoader()
|
||||
|
||||
// uncomment if you use TypeScript
|
||||
//.enableTypeScriptLoader()
|
||||
.enableTypeScriptLoader()
|
||||
|
||||
// uncomment if you're having problems with a jQuery plugin
|
||||
.autoProvidejQuery()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue