1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Ensure common modules.

This commit is contained in:
Gunther Brunner 2014-07-03 15:11:26 +09:00
parent fba8586a70
commit 21975af4af
7 changed files with 47 additions and 6 deletions

View file

@ -1,4 +1,4 @@
require.ensure([], function (require) {
require.ensure(['angular', 'angular-route'], function (require) {
require('angular')
require('angular-route')