Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Systems (grunt, gulp) for an AngualrJS App

Basic tasks

  1. Linting source files using JShint
  2. Concatenating all JS and CSS files
  3. Creating angular template cache for html files
  4. Minifing JS and CSS files on production build
  5. Development server with Auto Reloading

Grunt build system

// Building Project
grunt build:dev
grunt build:prod

// Serve Project
grunt serve

Gulp build system

// Building Project
gulp build
gulp build --env prod

// Serve Project
gulp serve

About

⚙️ grunt & gulp implementation

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages