Answer the question
In order to leave comments, you need to log in
What modules for GULP to use (angular)?
All controllers and libraries are the same (controllers are 99% similar, you need the ability to redefine them, I already figured out how). Differences in projects - only html files and path to api
/environment # This is where all our environemnts are
/project1
/src # Where we keep our static html source files
/css
/views
index.html
/www # This is a folder with .keep used for deployment into ( NGINX Points here )
/assets # assets from root
/fonts # Mutual fonts.
/bower_components # This is where bower dumps his stuff
/css # Mutual CSS for all environments
/js # Our main app that powers our 3step forms.
/views
index.html
/language # This is a client specific language file with .po ( Gettext ) translations.
/project2
/src # Where we keep our static html source files
/css
/views
index.html
/www # This is a folder with .keep used for deployment into ( NGINX Points here )
/assets # assets from root
/fonts # Mutual fonts.
/bower_components # This is where bower dumps his stuff
/css # Mutual CSS for all environments
/js # Our main app that powers our 3step forms.
/views
index.html
/language # This is a client specific language file with .po ( Gettext ) translations.
/assets
/fonts # Mutual fonts.
/bower_components # This is where bower dumps his stuff
/css # Mutual CSS for all environments
/js # Our main app that powers our 3step forms.
gulpfile.js # Build script
bower.json # All the components we use for our environments.
Answer the question
In order to leave comments, you need to log in
Take a look at https://github.com/AlexYankee/closure-ng, most of your questions are answered there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question