ember-cli Questions
5
I have followed the following tutorial and have successfully installed everything but ember-cli.
http://www.ember-cli.com/#getting-started
node --help (shows output help messages)
npm --help (sho...
16
I have a web app which uses localStorage. Now we want to embed this web app on other (third-party) sites via iframe. We want to provide an iframe embed similar to youtube so that other websites can...
Petard asked 27/5, 2015 at 11:45
1
I'm using ember-cli-code-coverage with ember-cli-mocha.
When I run COVERAGE=true ember test I'm getting 0% coverage for statements, functions, and lines.
Yet, I have tests that are covering those s...
Eva asked 21/8, 2017 at 21:34
1
We are facing critical vulnerability in minimist which is added as transitive dependency.
+-- [email protected]
| +-- [email protected]
| | `-- [email protected]
We tried to resolve...
2
I have an emberjs application which has been deployed and in google chrome browser im getting the following errors for 2 of the .js files.
Failed to find a valid digest in the 'integrity' attribut...
Buckthorn asked 25/6, 2020 at 8:50
7
Solved
Ember-cli is building very slowly with ember server on windows.
Build successful - 13126ms.
Slowest Trees | Total
-------------------------------+----------------
TreeMerger (vendor) | 3154ms
Tre...
4
When you do:
ember build --environment="production"
The environment parameter is made available in config/environment.js:
module.exports = function(environment) {
...
};
I also need to...
1
I was trying to convert all my ember-component into OCTANE version. But I got a bigger doubt. How can I convert the observer code into an OCTANE version? For example,
parent.hbs
<Child @value...
Curry asked 28/12, 2020 at 12:42
2
Solved
Previously when I developed ember application I used App as my global object and every class was stored in this big object.
Like this
window.App.MyModel = Em.Object.extend({});
And in the brows...
4
I've had this error for 2 weeks now while trying to build an ember app in production. Building it in dev environment works fine. I also realized that disabling minifyJs in ember-cli-build prevents ...
6
Solved
Since ember-cli 0.0.34 jquery is removed from the .jshint file as predefined.
So jquery needs to be imported, but I get the following error when doing it:
import $ from 'jquery';
The error I get...
1
Solved
Upgrade from Ember <3.15 to >=3.15. How do I pass form values from a controller into a component?
I cannot begin to explain the number of diagnostic combinations attempted and their correspo...
Rotow asked 16/3, 2020 at 4:14
10
I will make my Angular 2 question very precise.
1. I am using:
Angular 2,
angular-cli: 1.0.0-beta.15, ( webpack building )
node: 6.4.0,
os: linux x64
2. What I want to achieve:
I want to b...
Treadle asked 29/9, 2016 at 13:18
9
Solved
I am trying to install properly Twitter Bootstrap in my current ember-cli project.
I did install bootstrap with bower :
bower install --save bootstrap
Now the library is downloded in /vendor/boo...
Dreg asked 28/4, 2014 at 19:51
2
How do you trigger selecting an <option> in a select element in an integration test? select2 is simple enough: Simulate a ember-select2 selection in ember integration test
3
Solved
Based on recommendations for the preparation for Ember 2.0...
• In general, replace views + controllers with components
• Only use controllers at the route level...
...we're supposed to esche...
Gorga asked 18/11, 2014 at 16:51
1
When running ember test --host 172.17.0.2 --test-port 4450, I'm getting the following error.
Error: Browser failed to connect within 30s. testem.js not loaded?
Since I'm using a docker container ...
3
Solved
More specifically:
[Report Only] Refused to load the font 'data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABBQAAoAAAAAG…H8zVsjnmMx0GcZ2HGViNOySWEa9fvEQtW43Nm+EOO0ZIpdLbMXoVzPJkcfHT6...
Brownout asked 26/10, 2014 at 11:22
4
I recently added Liquid Fire to my Ember CLI 0.2.3 project by following this steps outline in this tutorial: http://www.programwitherik.com/doing-animations-and-transitions-with-liquid-fire-and-emb...
Fight asked 9/4, 2015 at 22:59
1
Solved
This may be a dumb question, but how to get access to process.env vars inside of my ember app? I tried to access process.env in one of my controllers, but I received an error that process was not d...
Bertolde asked 4/5, 2019 at 3:5
2
Solved
I started my first project with ember cli and I noticed that the live reload isn't working. When I start the development server, I get multiple error messages (see below). Changes to the code base ...
1
Solved
Following the latest advice I decided to remove a previous working Homebrew node install and use nvm to install node instead, and also set things up to avoid using sudo.
However, before going furt...
Keeney asked 17/4, 2019 at 20:44
2
Solved
I am completely puzzled when I read all the information I can gather about sharing a public assets directory from an ember-cli addon.
Is there anybody having it working around here? Any ref to an ...
Ellmyer asked 9/12, 2014 at 11:16
2
Solved
We start with a new application, using Ember 3.8 and bootstrap/SASS. There seem to be two add-ins available which support bootstrap within Ember, ember-boostrap and ember-cli-bootrap-sassy.
While...
Softener asked 4/3, 2019 at 19:15
5
I am creating an Ember application using the Ember CLI. I have a view which invokes a component that I created. I am trying to access the global App variable to create my component and insert it in...
Aleksandropol asked 17/9, 2014 at 0:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.