Hi,
I want to build two version of script for both old browser and modern browser, so i put some code support IE into a file 'oldbrowser.js', and when i build all modules for modern browser with grunt, i use these config:
options:{
exclude: 'oldbrowser.js'
}
Then combined the built file with almond, and i get error 'http/request missing oldbrowser'.
What i write in module http/request is something like below:
Hi, I want to build two version of script for both old browser and modern browser, so i put some code support IE into a file 'oldbrowser.js', and when i build all modules for modern browser with grunt, i use these config:
Then combined the built file with almond, and i get error 'http/request missing oldbrowser'. What i write in module http/request is something like below:
Thx for help.