n-makefile
n-makefile copied to clipboard
:lollipop: Shared build tools.
Check that package.json and bower.json files both exist before comparing n-ui versions.
use `make cleanx` for the full clean
Need to check a couple of things about how whitesource writes reports (overwrites npm report with bower report) before spreading this out more widely. Have created a PR for the...
I've added a `.png` file to my repo, for an architecture diagram. Unfortunately the `_verify_lintspaces` target tries to run `lintspaces` on every git recorded file, including the PNG file, which...
@tavvy do you think you can give this a try?
Hi there, I thought I'd start a discussion regarding putting things we want to install such as `.scss-lint.yml` into `.gitignore`. That works nicely, and keeps the information in one place....
While implementing a haikro build on a personal project, I remembered that .slugignore matters. Without it (_I think_) our builds are packaging the following and more in the tarball ```...