How to configure Netbeans 8.0.1 with GruntJS?
link to grunt-sass - where and how to use NPM inside netbeans. Where do i use that install command?
I set SASS properly. I cannot find anywhere information how to for example run autoprefixer inside NetBeans using GruntJS on CSS so you can get not needed prefixes away from your CSS.
This is probably the best solution now for vendor prefixies and there is almost no info about it on internet or at least none that are doing it step by step.
In NetBeans 8.0.1, just create a new HTML5 project (or of course use existing....). Right click on the project in Projects window and select New->Other. In opened dialog, select HTML5 category and you can see (among others) JSON file and Gruntfile:
NPM install
action. If you invoke it, you can install NPM dependencies from NetBeansGrunt tasks
, if you select it and wait a moment, it will show list of tasks and you can execute them simply by clicking on them (see this screenshot for reference)