N
N
Nikita Gulyaev2014-12-23 16:09:40
Angular
Nikita Gulyaev, 2014-12-23 16:09:40

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.

What modules are better to use and how to organize a development environment?
Without ruby, is it possible to compile scss with loadPath set like in gulp-ruby-sass?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
_
_ _, 2014-12-23
@AMar4enko

Take a look at https://github.com/AlexYankee/closure-ng, most of your questions are answered there.

A
Alexsey, 2014-12-24
@Ernesto

gulp-concat
gulp-sourcemaps
gulp-uglify
gulp-ng-annotate

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question