I developed an application in angular2 and now I need to deploy it.
Currently I have a wwww root folder containing:
- html files
- js files (generated from typescript)
- css files (generated from scss)
- /node_modules/ folders
- /bower_componenets/ folder
The last two folders (node_modules & bower_components) are very heavy (300 mb and thousands of files) and it is very frustrating copy them using FTP.
Is there a way to keep only the needed files?
Thanks a lot