Skip to content

Commit

Permalink
Removed unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jan 24, 2019
1 parent 60ef970 commit c0153d1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ module.exports = function(defaults) {
// Add options here
});

// Use `app.import` to add additional libraries to the generated
// output files.
//
// If you need to use different assets in different
// environments, specify an object as the first parameter. That
// object's keys should be the environment name and the values
// should be the asset to use in that environment.
//
// If the library that you are including contains AMD or ES6
// modules that you would like to import into your application
// please specify an object with the list of modules as keys
// along with the exports of each module as its value.
app.import('vendor/ldap-filter-grammar.js', {
using: [
{ transformation: 'amd', as: 'ldap-filter-grammar' },
Expand Down

0 comments on commit c0153d1

Please sign in to comment.