Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

StealJs: default inclusion of different files for development and build

$
0
0
I have three tasks for steal workflow:

1) I have a module say 'core/debug' that I want to be loaded prior ANY application in development mode.

2) I do not want core/debug to included in build process.

3) I want some other module (say core/only-build) to be included prior all other while build.

Could you elaborate what configuration should I use in System.config to accomplish those tasks? (documentation didn't help much)

Viewing all articles
Browse latest Browse all 3491

Trending Articles