Code Monkey home page Code Monkey logo

gulp-webpack-starter's Introduction

wwwebman

Hi, I am wwwebman, a frontend addict.

Welcome to my blog.

wwwebman github stats

gulp-webpack-starter's People

Contributors

dependabot[bot] avatar ericconstantinides avatar renovate-bot avatar scallemang avatar wwwebman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gulp-webpack-starter's Issues

ERR_INVALID_ARG_TYPE(name, 'string', value)

Hi guys.
I m getting the bellow error.
Do you have any advice?

Windows 10 PRO
Node v10.16.0
npm 6.9.0

internal/validators.js:125
throw new ERR_INVALID_ARG_TYPE(name, 'string', value);
^

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
at validateString (internal/validators.js:125:11)
at Object.join (path.js:427:7)
at Object. (E:\new-bb\demo\config.js:52:56)
at Module._compile (internal/modules/cjs/loader.js:776:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:690:17)
at require (internal/modules/cjs/helpers.js:25:18)

Thanks

Infinite loading to all browsers

Expected Behavior

This the same case as #35 and #55

Current Behavior

I don't use WordPress, so I don't use proxy mode.

Steps to Reproduce

Does not have any frequency, sometimes it does when I save the html or JS etc

Context

OS: Windows 10 64bit Version 1909
Node.js 10.16.0

Yarn start under Windows svg sprite problem

Expected Behavior

_sprite.scss should be created inside dev folder:
C:\nodejs\api\dev\sass\parts\vendor_sprite.scss

Current Behavior

_sprite.scss is created inside dist/dev folder:
C:\nodejs\api\dist\dev\sass\parts\vendor_sprite.scss

Failure Information (for bugs)

when i run

yarn start

i get this error:

[12:02:07] gulp-notify: [Error running Gulp] Error: dev\sass\parts\vendor\_icons.scss
Error: File to import not found or unreadable: sprite.
        on line 5 of dev/sass/parts/vendor/_icons.scss
        from line 8 of dev/sass/parts/vendor/_index.scss
        from line 11 of dev/sass/bundle.scss
>> @import 'sprite';

   ^

Steps to Reproduce

1.Download gulp-webpack-starter
2. run in console

yarn
yarn start

Context

Windows 10 home
npm version 6.4.1
node version v10.10.0

Thanks

Not found bundle.js

I got issue while compiling js. Its working on local but while i have upload to server it won't work

image
there is no js folder inside dist folder

image
on live server when i try to open bundle.js

[GWS 1] browserSync configuration is broken for proxy

@scallemang has found bug after integration starter in Wordpress.
Description:
... I'm trying to use it inside a local WordPress project using MAMP. I cloned your repo into the theme folder, and I added a proxy to the config.json ("[project].dev") and changed the port to 8080 in the browserSync.js file. I also removed 'html' from the default and watch tasks. When I update the helpers.js file, the page keeps refreshing. (See link.) Are you able to advise me what I'm doing wrong?

Screenshot of console errors

[GWS 2] Reloading all the time

Hello,
Thank you for sharing...
I have discovered that when modifying js code, the page is loading over and over and never stops.
I have seen that thanks to the browsersync notification and dev tools that keeps on blinking all the time.
Any clue ?

Browser-sync streaming

Thanks for the great starter!

What is the purpose of streaming everything. Does that really make sense?

.pipe(reload({ stream: true })));

Please check the documentation. I think the parameter stream: true is deprecated

Gulp-Webpack-Starter not for Gulp 4?

After installing the node modules and run the command "npm run start" the script exists with an error

assert.js:385
throw err;
^
The setup is the same that is in this repository.

Why no webpack.config.js?

I am new to webpack, but every setup has a webpack.config.js. Is there a reason why you have used this file?

[GWS - 9] Structure changes

  1. Replace config.json to /tasks/
  2. Rename /tasks/helpers folder to /tasks/lib
  3. Rename webpackConfig to webpack.config.js and replace one folder up
  4. Remove gulp-util plugin

Page in the browser in infinity refresh

Expected Behavior

Normal project reassembly after edit and compile JS file

Current Behavior

Page in the browser in infinity refresh

Failure Information (for bugs)

Steps to Reproduce

Detailed steps for reproducing the issue.

  1. clone repo on locale pc
  2. yarn
  3. yarn start
  4. change any JS file
  5. task manager after compile JS file in a loop (page in the browser in infinity refresh)

Context

  • Operating System - windows 10 1803
  • Node version - v8.11.3

About Deploy

Hi Mate..
Thanks for great resources. I just want to ask where i can config server details for deploy on hosting server?

[GWS - 13] Big js bundle file size

Expected Behavior

Smaller size of bundle.js (faster compile)

Current Behavior

It takes very long to compile js. The bundle.js file is very big.

Infinity refresh on the Google Chrome

Expected Behavior

This the same case as #35

Current Behavior

I don't use WordPress, so I don't use proxy mode.

Steps to Reproduce

  1. Everything is OK except JS files.
  2. The result of each change on the JS files is infinite refreshment on the browser.

Context

  • OS: Windows 10 64bit Version 1909
  • Node.js 8.9.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.