/** * Copyright 2016, Fullstack.io, LLC. * * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. * */ /* * We're using webpack which means we have to explicitly require all of the * assets we want to use. */ require('../css/styles.css'); require('../css/vendor/semantic.min.css'); require('../css/vendor/themes/default/assets/fonts/icons.woff2'); require('../css/vendor/themes/default/assets/fonts/icons.woff'); require('../css/vendor/themes/default/assets/fonts/icons.ttf'); require('../images/favicon.ico'); require('../images/favicon-32x32.png'); require('../images/logos/ng-book-2-minibook.png'); require('../images/avatars/helen.jpg'); require('../images/avatars/elliot.jpg'); require('../images/avatars/jenny.jpg'); require('../images/avatars/joe.jpg'); require('../images/avatars/justen.jpg'); require('../images/avatars/matt.jpg');