UNPKG

angular-engine.js

Version:

Using AngularJS with the Closure Compiler =========================================

11 lines (10 loc) 164 B
module.exports = function(config) { config.set({ scripts: [{ id: 'angular', src: '/build/angular.js' },{ src: 'app.js', }] }); };