I have in my page various sections of scripts because i like to keep my html and javascript in the same file.How can i include the "Section scripts in the bundle"?
Asked
Active
Viewed 89 times
0
-
Can you show some code examples – Dave Walker Nov 28 '14 at 00:50
-
Since bundling doesn't relay on routing. Yours bundling file can refer the required script files across various areas, without any issue. – Bhasyakarulu Kottakota Nov 28 '14 at 01:51
-
I suspect you might be confused by `bundles` and `sections`. Post some code you have tried. – Nov 28 '14 at 02:09