/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
benchmarks/animation-bp/bp.conf.js
22 строки
370 B
Georgios Kalpakas
chore(benchmarks): add basic animation benchmark
25 янв 2017, 00:54
25 янв 2017, 00:54
565ca6a
Код
Авторство
О чём код?
/* eslint-env node */ 'use strict'; module.exports = function(config) { config.set({ scripts: [ { id: 'jquery', src: 'jquery-noop.js' }, { id: 'angular', src: '/build/angular.js' }, { id: 'angular-animate', src: '/build/angular-animate.js' }, { src: 'app.js' } ] }); };