Skip to content

Commit

Permalink
replace commented-out aspirational code w/ github todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnypr committed Oct 2, 2019
1 parent 937509a commit cc43b10
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions config/environment.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
'use strict';

module.exports = function(/* environment, appConfig */) {
// TODO: use only social icons for smaller/faster builds
// let ENV = {
// // Add options here
// fontawesome: {
// icons: {
// 'free-solid-svg-icons': 'envelope',
// 'free-brands-svg-icons': [
// 'facebook',
// 'twitter'
// ]
// }
// }
// };
// return ENV;
// @todo use only social icons for smaller/faster builds
// @body this library only uses envelope, fb, and twitter.
// see https://github.com/FortAwesome/ember-fontawesome#subsetting-icons
return { };
};

0 comments on commit cc43b10

Please sign in to comment.