Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bundle

Is There Any Way To Preserve Directory Structure Of Bundles When Using Rollup With Code Splitting?

Context: Given a project structure like this: ┌ src ├─┬ a │ └── module.js ├─┬ b │ └── module.js └──… Read more Is There Any Way To Preserve Directory Structure Of Bundles When Using Rollup With Code Splitting?

Organizing Custom Javascripts In Asp.net Mvc 4

I'm new to mvc 4 and I'm wondering where I should put my custom javascript files. By 'c… Read more Organizing Custom Javascripts In Asp.net Mvc 4