-
scripts files in bower_components not loaded
when i tried gulp bower i get this error
```
Error: Error: angular is not installed. Try running `bower install`.
at C:\tekportal\node_modules\…
ghost updated
7 years ago
-
### [REQUIRED] Describe your environment
* Operating System version: _windows 10
* Browser version: __Chrome Version 86.0.4240.198 (Official Build) (64-bit)___
* Firebase UI versi…
-
Hi! Nice project, I ran in to a similar issue as you did in a comment somewhere here on Github with LESS compilation using Usemin, and this seems to solve that problem nicely.
I have however run into…
-
I'm collecting feature requests for the plugin API!
I have no concrete plans to implement any of these, but this list helps me make sure that the new API is properly extensible to accommodate adding …
-
## Issue Overview
I've install the `@babel/preset-react` package to use React in my .js files.
The only missing part is that the `import` statements are not properly interpreted, I get a:
```Un…
-
I'm attempting to use this to inline styles in an XSL template. In order for the XSLT processor to operate correctly, it requires strict XHTML with proper closing tags. For example:
``` html
```
Be…
-
Hi there,
In my current setup (Gulp 4.0.0-alpha.2) gulp.watch stops working after the first execution if I use failReporter. The task runs successfully, but further changes don't trigger another task…
-
I have tried your script on Mac and it works fine. At work I have to use Windows and my setup is RubyInstaller 1.9.3-p545 with Node 0.10.26.
I get the following error, which seems related to the chil…
-
Hi
I am using win 64 pc and I get following error once I run gulp build:win32 command
umanda@umanda-PC MINGW64 /d/umanda/rnd/klout (master)
```
$ gulp build:win32
[12:07:34] Requiring external mod…
-
Круто было бы так описывать сборку
``` js
gulp.task('common', function() {
return gulp.src('bundles/common/common.bemdecl.js')
.pipe(builder({'js': true, 'css': true, 'bemhtml.js': true, …