Browserify 1
Working with Grunt Browserify Task
The grunt-browserify is an NPM module to work with Browserify.It can generate browserified code that can be used by browsers. In this demo, “We will learn to create grunt task using grunt-browserify”. To demonstrate grunt-browserify module use we have created a project named GruntBrowserifyDemo. The project structure looks like following screenshot:- We need to […]