generator-ko
generator-ko copied to clipboard
Add the task to watch changes to the .ts files. Add the task to start the gulp-webserver and watch for changes.
gul-webserver required.
Hi. I'm learning knockout and I'm using this generator, but it's has some problems. The first is #17 that has problems with slashes, so I did the steps to correct...
C:\Users\Hans\web\knockout\hans\tvguide-frontend> gulp [17:25:19] Using gulpfile ~\web\knockout\hans\tvguide-frontend\gulpfile.js [17:25:19] Starting 'html'... [17:25:19] Starting 'js:babel'... [17:25:19] Starting 'css'... [17:25:20] Finished 'html' after 1.18 s [17:25:20] Finished 'css' after 1.55 s [BABEL] Note: The...
Updating bootstrap compaint about popperjs, which won't support bower very long.
`if (!babelCore.canCompile(pathname)) return callback();` returns error: ``` stream.js:94 throw er; // Unhandled stream error in pipe. ^ TypeError: undefined is not a function at babelTranspile (...\gulpfile.js:134 :20) ```
Hi, I have run the generator successfully. Now, when I run http-server for src on the cmd I get an error Unexpected token import in startup.js. Same problem in Chrome...
It's difficult to integrate serve:src with a express backend.
**TO REPRO** Use yo ko to scaffold a new project Open in VS 2015 as a Website In Solution Explorer, select the globe icon (root of the site) Press F5...
When running task `gulp serve:src` I get the following errors that indicate som path configuration not being correct. The `gulp serve:dist` task works as expected. **My guess is that is...