Skip to content

Latest commit

 

History

History
executable file
·
31 lines (25 loc) · 484 Bytes

README.md

File metadata and controls

executable file
·
31 lines (25 loc) · 484 Bytes

Install global

npm install -g bower gulp

Install bower asssets and node utils

It's better not to update bower.json as bower components are in strict dependency.

npm install
bower install

Dependency Resolve in Bower

Set "angular": "1.6.5", "jquery": "^3.2.1" in bower.json resolutions.

Make local config

cp app.local.example.js app.local.js

end edit file

Build project and vendors

gulp vendor
gulp build