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

Yeoman 'fountain' generator to start a webapp

Results 74 generator-fountain-webapp issues
Sort by recently updated
recently updated
newest added

is this project still manteined?

## Description I'm using AngularJS 1.X with Webpack2 and i'm trying to use **angularjs-toaster** but when i run `gulp serve` it fails because failed to load template: angularjs-toaster/toast.html I know...

Fresh instalation all dependencies need upgrade, and for example webpack 4 is out and need some changes in webpack.conf.js ```javascript const webpack = require('webpack'); const conf = require('./gulp.conf'); const path...

Any change of SCSS file causes full page reload. Is it possible to make css injection without page reload during development by default? Thank you. ### Config ``` json {...

help wanted

## Description I'm getting an error message when running `npm run serve` just after a fresh installation of this generator ### Error Message & Stack Trace ``` ERROR in ./src/app/components/TodoTextInput.js...

fixed-in-next-release

Greetings, I've been using your generator for quite some time now and I was wondering if it's possible to separate the generated code into two files, vendor (for files from...

## Description Brand new project throws an error in the browser console. ### Error Message & Stack Trace ![image](https://user-images.githubusercontent.com/1726340/34666011-abbd6c6c-f462-11e7-8c60-e34ef0164558.png) ``` SyntaxError: expected expression, got '}' [Learn More] browser-sync-client.js:87:5 ``` ###...

## Description I am using a completely fresh install (as of today of node, yeoman and this generator). I generated my project using the following options: **? Which JavaScript framework...

## Description First: thank you for a nice generator. it suited my needs well. But i got into issues trying to build a prod version I just did a fresh...

## Description I am trying to generate a fresh new project on my machine. Ran the following command: ``` $ mkdir test && cd test $ yo fountain-webapp ``` The...