mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
bundle task
This commit is contained in:
@ -1,8 +1 @@
|
||||
System.config({
|
||||
"baseURL": "/",
|
||||
"transpiler": "traceur",
|
||||
"paths": {
|
||||
"*": "*.js",
|
||||
"ionic/*": "ionic/*"
|
||||
}
|
||||
});
|
||||
System.config({ "paths": { "ionic/*": "ionic/*" } });
|
||||
|
Reference in New Issue
Block a user