Skip to content

Files

Latest commit

e91afd7 · Feb 14, 2019

History

History
24 lines (13 loc) · 941 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 941 Bytes

NPM Scripts Example

Firstly, you should go and read how to use NPM as a build tool. Then come back here and explore the repository. It's fairly standard, and the bare minimum to show you what a complex config would look like.

Contributing

See some areas for optimising? Great! Send a PR, I'm definitely interested in seeing some great ways to optimise this.

Notes

Several scripts use the npm -s flag to silence npm's output from the subtasks, which makes the log output a little tidier (it is a shortcut for --loglevel=silent, read more on npms documentation for flags: https://docs.npmjs.com/misc/config#default-configs).

Tips and tricks

Some issues were created in order to discuss or share solutions for additional situations.

These tips and tricks will be documented inside the /tips folder inside their own .md files.