zend-blog-3-backend

Форк
0
/
ember-cli-build.js 
24 строки · 826.0 Байт
1
/*jshint node:true*/
2
/* global require, module */
3
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
4

5
module.exports = function(defaults) {
6
  var app = new EmberApp(defaults, {
7
    // Add options here
8
  });
9

10
  // Use `app.import` to add additional libraries to the generated
11
  // output files.
12
  //
13
  // If you need to use different assets in different
14
  // environments, specify an object as the first parameter. That
15
  // object's keys should be the environment name and the values
16
  // should be the asset to use in that environment.
17
  //
18
  // If the library that you are including contains AMD or ES6
19
  // modules that you would like to import into your application
20
  // please specify an object with the list of modules as keys
21
  // along with the exports of each module as its value.
22

23
  return app.toTree();
24
};
25

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.