generator-fountain-angular1 icon indicating copy to clipboard operation
generator-fountain-angular1 copied to clipboard

Yeoman 'fountain' generator to start a webapp with Angular 1

Results 13 generator-fountain-angular1 issues
Sort by recently updated
recently updated
newest added

## Description I used the index.scss in `/src` importing other scss from `../node_modules/` without issue but today had to write some custom scss myself. Apparently, no matter how simple I...

I'm sure if this is a browser sync issue or a config issue with the generator, but seen as this happens by doing a default generated build and then calling...

Has anyone been able to bundle custom fonts with this? I'm struggling to get my custom fonts served up in the .tmp folder, and eventually the dist, also. **webpack.conf.js** ```...

## Description After some hard work finally I decide distribute code to client. But first I want to try distribution: `npm run serve:dist` Open browser and nothing apperas. I look...

I've created a folder "assets" where I put some images to get inside head html tag (like favicon, etc...). When I run "**gulp serve**" or "**gulp serve:dist**", this folder and...

I have installed latest generator-fountain-angular1 and created a project. Its working in gulp serve/ npm run serve mode but not in gulp serve:dist mode ### Error Message & Stack Trace...

I've created a new project and add a new component using the generator - `yo fountain-angular1:component --name myComponent --dir components/game` I've added references to the new component and successfully used...

## Description I installed yo and was using the cli I to creating the hello world project. When I run the ``npm run serve`` it runs on port 3000 but...