4 ms·
Yea, but how does that help me in my dev projects? The nice thing about Bower/NPM is that you can pull repos at specific versions or pull in new versions of a p
by mikegioia 10y ago
Yea, but how does that help me in my dev projects? The nice thing about Bower/NPM is that you can pull repos at specific versions or pull in new versions of a project. Adding a line to my build script to include a file at (say) `./vendor/hackcss/dist/hack.min.css` is a lot easier than having to run his Gulp compilation script. CURLing or including this public link isn't really an option :/
- insin 10y agoThen I didn't understand the complaint, as this does include a dist/ folder in the npm package (which is also what npmcdn uses), so you'd just npm install it as normal :)
- krastanov 10y agoWould that not pollute the git history of the project with "junk" diffs of the compiled min.css file? I can see people not wanting to do that on principle. But yeah, I would really like a way for the builds to be available in the way you describe without any git history issues.