Code Monkey home page Code Monkey logo

fe-dev-lib's People

Contributors

delawski avatar kopepasah avatar mehigh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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

fe-dev-lib's Issues

Watch task hangs up unexpectedly.

Sometimes the watch task will fail to start or hang up unexpectedly.

This is not the watch parameter of this package, but rather the watch task located in tasks/watch.

JS Lint Task removal

While I do see a use case for the js-lint task, I do not feel it needs to be streamed along with the js task, as Webpack is handling linting.

@mehigh @delawski any thoughts?

Add option for automated JS discovery

Getting inspiration from this gist and using glob-fs, we could implement an option to load as entries all main.js files that appear under the provided folder structure as an option.
CC @dero / @DamianSam

var files = glob.readdirSync('./app/Resources/assets/js/**.js');
// Use each entry to build the key and add them to entries
var entries = {};
for (var i = 0, l = files.length; i < l; i++) {
    var key = files[i].replace('app/Resources/assets/js/','').replace('.js', '');
    entries[key] = source_dir + '/js/' + key;
}

Error while running gulp scripts

An error has recently cropped up while running the gulp script on Windows:

The following tasks did not complete: default, , js
Did you forget to signal async completion

Could you please help resolve this issue?

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.