Code Monkey home page Code Monkey logo

gulp-concat-vendor's Introduction

Hi there ๐Ÿ‘‹

gulp-concat-vendor's People

Contributors

jcb-k avatar patrickpietens avatar se-panfilov avatar slashdotdash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gulp-concat-vendor's Issues

The concatenation is not in order

The scrip will generate the first two specific javascript and the angular will be undefined.

Gulp

 gulp.task('vendor', function() {
  gulp.src(
  [
      './vendor/*',
      './vendor/AngularJS-Toaster/toaster.js',
      './vendor/metisMenu/dist/metisMenu.js'
  ]
 )
    .pipe(ngAnnotate())
    .pipe(vendor('vendor.js'))
    //.pipe(uglify())
    .pipe(gulp.dest('.'))
    .on('error',function(){
        console.log('\x07',e.message); return this.end();
    })
});

Custom ordering

Hi,

Is there a way to make a custom ordering for scripts? I have an issue that this plugin loads stuff alphabetically which causes some libs that are dependent on jquery are loaded before it. I was wondering if there is a way to somehow enable this feature?

Ante

Concats odd things together...

If your bower.json says to install angular and bootstrap then this will concat angular.js and bootstrap.less together.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.