How can I use this component in require.config?
My config is like this:
require.config({
baseUrl: '../libs/',
paths: {
api: ['api'],
jquery: ['jquery.min'],
zepto: ['zepto.min'],
cache:['cache']
}
});
I want to cache api jquery zepto,how can i do that?
How can I use this component in
require.config?My config is like this:
I want to cache
apijqueryzepto,how can i do that?