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

Remove underscore dependency? #357

@samstr

Description

@samstr

Is there any plan to remove the underscore dependency?

My gulpfile is getting bigger and bigger. Currently it compiles to 588 KB minified (quite big)

var src = {
  scripts: [
    // 3rd party components
    'bower_components/jquery/dist/jquery.js',
    'bower_components/underscore/underscore.js',
    'bower_components/angular/angular.js',
    'bower_components/angular-route/angular-route.js',
    'bower_components/angular-animate/angular-animate.js',
    'bower_components/angular-strap/dist/angular-strap.js',
    'bower_components/angular-strap/dist/angular-strap.tpl.js',
    'bower_components/angular-google-maps/dist/angular-google-maps.js',
    'bower_components/ngprogress/build/ngProgress.js',

Feels odd for me to include both jquery and underscore in the same project, but maybe not?

Just putting it out there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions