-
Readme example is producing an error:
```
import { svgicons2svgfont } from 'gulp-svgicons2svgfont';
gulp.task('Iconfont', () => {
svgicons2svgfont(['assets/icons/*.svg'], {
fontName: 'm…
-
Before you open this issue, please complete the following tasks:
* [x] use the search bar at the top of the page to search this repository for similar issues or discussions that have already been o…
-
Hello, if i want to manage a scallable app with your repo & i have many gulp tasks, which recomendation can you give me?
-
-
Add Gulp tasks for build the minified version and the non-minified version.
-
Setup gulp tasks for building the server and the client app. This includes these tasks at minimum:
1. Launch development server
2. Run tests
3. Minify scripts
4. Deploy to heroku
-
Hi there. Thanks for this library. It's really great content.
I'm having trouble running any of the referenced gulp tasks, using both node v12 and v14:
```
$ gulp icon
(node:40249) V8: /User…
-
- Gulp tasks no longer live reload properly, need to re-add it back in whilst keeping build non-live reload
- Scripts gulp task needs to not minify on gulp default and minify in gulp build
-
All js files should be concatenated into 1 file and minified. This could be a gulp task that will be executed in Wercker. The .html files should also be modified to include just 1 file. Maybe gulp-pre…
-
It would be nice to describe what the tasks are doing so others can modify/tweak this repo for their own projects. For example in the [Workflow section of the readme](http://cfpb.github.io/capital-fra…