Skip to content

Commit 27594a4

Browse files
committed
Merge pull request #908 from deveeduttam/patch-1
verbatim updated with sample examples
2 parents b45117f + 67924d2 commit 27594a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/example.build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
//Useful to map module names that are to resources on a CDN or other
4444
//http: URL when running in the browser and during an optimization that
4545
//file should be skipped because it has no dependencies.
46+
//e.g. if you wish to include `jquery` and `angularjs` from public CDNs,
47+
//paths: { "jquery": "empty:", "angular": "empty:" }
4648
paths: {
4749
"foo.bar": "../scripts/foo/bar",
4850
"baz": "../another/path/baz"

0 commit comments

Comments
 (0)