qsVariable icon indicating copy to clipboard operation
qsVariable copied to clipboard

Make it easier to contribute

Open julkue opened this issue 6 years ago • 2 comments

  • Created build script in package.json. Why?
    • To only need to run one command to build the project
    • With that, gulp dependency can be used directly from node_modules folder and doesn't require a global installation
  • Created a CONTRIBUTING.md for other to know what they need to do when they want to develop in the project
  • Ignored default npm-debug.log files and PHPStorm/Webstorm config files

Closes #51

julkue avatar Apr 18 '18 07:04 julkue

The fact that you needed to run two gulp tasks to make a build was really a bug. A fix for that has been merged into the repository.

erikwett avatar Apr 18 '18 14:04 erikwett

Alright, feel free to pick the things you need or close the PR entirely. I've already deleted the fork, so I currently don't have an intention to adjust something.

julkue avatar Apr 18 '18 14:04 julkue