Skip to content
This repository was archived by the owner on May 14, 2018. It is now read-only.
This repository was archived by the owner on May 14, 2018. It is now read-only.

Performance improvement #62

Description

@tamtakoe

There is no problem if you use amdOptimize to build project. But I use this for styles compiling and livereload with gulp-watch and I watch a nasty delay.

I find style.less/style.sass/style.styl near every .js file (this allows not to download excess styles which are not relevant to the current project)

gulpWatch('project/**/*.styl', function() {
    return amdOptimize.src('/bootstrap', {configFile: configPath})
        .pipe(compileProjectStyles())
        .pipe(gulp.dest('build/project')));

amdOptimize scans scripts every time. Add, please, option cache: true which allows to use old scripts from cache

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions