ember-tribe 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blueprints/ember-tribe/files/ember-cli-build.js +2 -7
- package/blueprints/ember-tribe/index.js +1 -3
- package/package.json +1 -1
- package/blueprints/ember-tribe/files/public/assets/fontawesome/LICENSE.txt +0 -18
- package/blueprints/ember-tribe/files/public/assets/fontawesome/attribution.js +0 -3
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/all.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/brands.css +0 -1435
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/brands.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/duotone.css +0 -12361
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/duotone.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/fontawesome.css +0 -12806
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/fontawesome.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/light.css +0 -19
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/light.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/regular.css +0 -19
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/regular.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/solid.css +0 -19
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/solid.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/svg-with-js.css +0 -634
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/svg-with-js.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/thin.css +0 -19
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/thin.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/v4-font-face.css +0 -26
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/v4-font-face.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/v4-shims.css +0 -2146
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/v4-shims.min.css +0 -6
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/v5-font-face.css +0 -34
- package/blueprints/ember-tribe/files/public/assets/fontawesome/css/v5-font-face.min.css +0 -6
|
@@ -20,14 +20,9 @@ module.exports = function (defaults) {
|
|
|
20
20
|
// please specify an object with the list of modules as keys
|
|
21
21
|
// along with the exports of each module as its value.
|
|
22
22
|
|
|
23
|
-
app.import('public/assets/fontawesome/all.css');
|
|
24
|
-
app.import('node_modules/plyr/dist/plyr.css');
|
|
25
|
-
app.import('node_modules/swiper/swiper-bundle.css');
|
|
26
|
-
app.import('public/assets/css/custom.css');
|
|
27
|
-
|
|
28
|
-
app.import('node_modules/plyr/dist/plyr.polyfilled.min.js');
|
|
29
23
|
app.import('node_modules/bootstrap/dist/js/bootstrap.bundle.min.js');
|
|
30
|
-
app.import('
|
|
24
|
+
app.import('public/assets/fontawesome/css/all.css');
|
|
25
|
+
app.import('public/assets/css/custom.css');
|
|
31
26
|
app.import('public/assets/js/custom.js');
|
|
32
27
|
|
|
33
28
|
return app.toTree();
|
|
@@ -5,12 +5,10 @@ module.exports = {
|
|
|
5
5
|
|
|
6
6
|
afterInstall() {
|
|
7
7
|
return this.addAddonsToProject({
|
|
8
|
-
packages: [{ name: 'ember-cli-sass' }, { name: 'ember-cli-favicon' }],
|
|
8
|
+
packages: [{ name: 'ember-cli-sass' }, { name: 'ember-cli-favicon' }, { name: '@ember/optional-features' }],
|
|
9
9
|
}).then(() => {
|
|
10
10
|
return this.addPackagesToProject([
|
|
11
11
|
{ name: 'bootstrap' },
|
|
12
|
-
{ name: 'plyr' },
|
|
13
|
-
{ name: 'swiper' },
|
|
14
12
|
]);
|
|
15
13
|
});
|
|
16
14
|
},
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
Font Awesome Pro License
|
|
2
|
-
------------------------
|
|
3
|
-
|
|
4
|
-
Font Awesome Pro is commercial software that requires a paid license. Full
|
|
5
|
-
Font Awesome Pro license: https://fontawesome.com/license.
|
|
6
|
-
|
|
7
|
-
# Commercial License
|
|
8
|
-
The Font Awesome Pro commercial license allows you to pay for FA Pro once, own
|
|
9
|
-
it, and use it just about everywhere you'd like.
|
|
10
|
-
|
|
11
|
-
# Attribution
|
|
12
|
-
Attribution is not required by the Font Awesome Pro commercial license.
|
|
13
|
-
|
|
14
|
-
# Brand Icons
|
|
15
|
-
All brand icons are trademarks of their respective owners. The use of these
|
|
16
|
-
trademarks does not indicate endorsement of the trademark holder by Font
|
|
17
|
-
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
|
18
|
-
to represent the company, product, or service to which they refer.**
|