yeoman-generator-angular Questions
3
I followed these instructions for my app:
https://github.com/yeoman/generator-angular#readme
My Index (before build)
<!-- Place favicon.ico and apple-touch-icon.png in the root directory --&...
Hague asked 29/2, 2016 at 14:39
8
Solved
I am building an yeoman app with an angular-generator.
The js libraries included in my index.html file are:
<script src="bower_components/jquery/dist/jquery.js"></script>
<script s...
Docent asked 20/5, 2014 at 17:6
3
I'm starting Learn to Build Modern Web Apps with the AngularJS Tutorial and running into issues very early.
I have node installed:
/path/ang-news node -v
v0.10.26
I was using NPM earlier but w...
Shannonshanny asked 24/6, 2014 at 4:27
6
Solved
yo angular generates the files in my home directory and I don't know why.
I did the following:
ppa for node
curl -sL https://deb.nodesource.com/setup | sudo bash -
then install node
sudo ap...
Newmann asked 12/2, 2015 at 15:45
1
Solved
I have setup a new Angular project using yeoman. Angular version is 1.6.0. Project setup was successful but I have been facing an issue with routing
Task runner - Grunt
When I run the proje...
Inscrutable asked 14/12, 2016 at 10:49
5
Solved
I am following along a codelab on the Yeoman webpage, and so far I've managed to follow along (with a few major hiccups getting my development environment going, but now it doesn't return any error...
Burmeister asked 19/6, 2015 at 20:10
2
Solved
I am creating an AngularJS, Yeoman stack with Firebase, AngularFire application and I used generator-angularfire (https://github.com/firebase/generator-angularfire) to set up my simpleLoginTools. I...
Lozada asked 1/8, 2014 at 21:25
4
Solved
Using 'yo angular' I created AngularJS seed application.
Trying to run the application using 'grunt serve' is giving this error:-
>grunt serve
Loading "imagemin.js" tasks...ERROR
>> Erro...
Panta asked 11/9, 2014 at 10:23
2
I am new to yeoman set of tools. I run following commands in Ubuntu 12
$ npm install -g yo
$ npm install -g generator-webapp
$ yo webapp
I am able to create a web app project. After that I trie...
Northnortheast asked 31/12, 2013 at 11:27
1
Solved
So I wanted to take a look at the latest generator, seeing as they use gulp now.
Anyhow, after updating everything twice, reinstalling node, deleting npm-cache and so on, when I do yo angular the...
Sinh asked 27/12, 2015 at 12:6
1
Solved
I'm trying to add grunt-connect-proxy to my gruntfile.js in a yeoman generator-angular project (generator-angular 0.15.1) but I can't seem to get it to work since the way it's written changes and I...
Charlatan asked 16/12, 2015 at 20:8
2
Solved
I use the angular-generator in yeoman. In gruntfile.js, every html file in /app/views get copied to dist/views. But I like to keep my directive templates in the same folder as the directive itself....
Meteorite asked 9/12, 2015 at 12:28
1
Solved
I created an AngularJS app with the yeoman angular generator. Now I want to host it using Apache tomcat.
I already ran "grunt build" and have all my assets ready in the "dist"-folder. Is there a w...
Contented asked 18/11, 2015 at 16:44
5
Solved
I'm trying to set up yo to use the angular generator for a project. I am following the steps detailled here: http://yeoman.io/learning/index.html
I already have Node.js and NPM installed.
But whe...
Brantbrantford asked 1/6, 2015 at 10:6
2
Solved
When writing question used the Google translator.
On a freshly installed ubuntu 14.04 set nodejs -
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install python-s...
Argentinaargentine asked 18/7, 2014 at 17:26
3
I want to use yeoman to generate an angular app structure, but an error stopped me.
yo-->Angular Bootstrap-->more options-->
error occurs:
Possibly unhandled Template render error: (un...
Nystrom asked 27/10, 2014 at 2:39
3
Solved
After running yo angular and then cd'ing into the application's root folder (at same level as the app folder, gruntfile, package.json etc) I try grunt serve and I get the above error. Grunt won't s...
Dragster asked 21/7, 2014 at 5:56
2
Solved
I am trying to write a unit test that verifies that $rootScope.$broadcast('myApiPlay', { action : 'play' }); is called.
Here is the myapi.js
angular.module('myApp').factory('MyApi', function ($ro...
Ingmar asked 12/9, 2014 at 22:4
1
Solved
In XCode 5(.1.1) how to I get an IPA for distribution via TestFlight?
I set the code signing identity and provisioning profiles for the release to my distribution profile
I build the archive (Sel...
Blithe asked 3/8, 2014 at 22:11
2
I am writing this comparison to help people make some sense of all this nonsense and at the moment, it just looks like generator-angular's benefits and value are a subset of what you get with gener...
Devilish asked 6/7, 2014 at 23:35
1
I've problems using ui-router with
yeoman running grunt.
If I run
grunt serve
the script works
with
grunt
I've got:
Connected on socket um1BuGgogBUojHlvIawT with id 77936474
Chrome 3...
Zollverein asked 5/5, 2014 at 6:55
1
Solved
I have generated an angular project via yo angular [project-name], tried building it via grunt build. I checked the dist/scripts/vendor.d41d8cd9.js file and I see it empty. I found this issue and i...
Corpse asked 17/6, 2014 at 4:4
1
Solved
I'd like to know if possible to separate a yeoman app by modules (like MEANJS generator) basically with the following structure:
Module 1
views
controllers
services
css
config
module1.js
Module...
Tolbutamide asked 27/5, 2014 at 0:33
1
© 2022 - 2024 — McMap. All rights reserved.