Skip to content

Commit a954f4f

Browse files
committed
Remove Gulp and use Webpack
Unfortunately, Gulp is not an up-to-date project anymore and its final release has pretty old dependencies and throws us a lot of deprecation warnings. So, this commit is not about adding a new loader but to remove Gulp and use Webpack instead to build production CSS files.
1 parent 761a48a commit a954f4f

28 files changed

+4402
-144
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,11 @@ This loader differs from the other because we have to pass an attribute to it, a
372372
## Contributing
373373

374374
1. Clone this repository.
375-
2. `npm install` and `gulp`
376-
3. Open => `http://localhost:3000`
375+
2. `yarn install` and `yarn serve`
376+
3. Open => `http://localhost:3000` (if it didn't open automatically)
377377
4. Make your magic contribution.
378-
5. Run `gulp lint` to run the tests (Fix if have some errors; more info in `.sass-lint.yml`).
379-
6. Run `gulp build` to create/update the dist files.
380-
5. Open a _PR_ with a new branch describing your changes. <o/
378+
5. Run `yarn build` to create/update the dist files.
379+
6. Open a _PR_ with a new branch describing your changes. <o/
381380

382381
## Browser Support
383382

dist/css-loader.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-ball.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-bar-ping-pong.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-bar.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-border.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-clock.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-curtain.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/loader-double.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)