Code Monkey home page Code Monkey logo

es6-browser-boilerplate's People

Contributors

gziolo avatar mortonfox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

es6-browser-boilerplate's Issues

not working - serious errors

First off there is a bunch of errors NPM when you try to intall it.
Then when you try to run gulp this shows up:

Running "karma:continuous" (karma) task
WARN [watcher]: Pattern "C:/xampp/htdocs/babel/bower_components/*/.js" does not match any file.
INFO [karma]: Karma v0.12.36 server started at http://localhost:9877/
INFO [launcher]: Starting browser Firefox
WARN [web-server]: 404: /favicon.ico
WARN [web-server]: 404: /favicon.ico
INFO [Firefox 38.0.0 (Windows 10 0.0.0)]: Connected on socket LseHAB8chkmozkZ9WGhS with id 35092052
Firefox 38.0.0 (Windows 10 0.0.0) ERROR: 'There is no timestamp for /base/bower_components/jquery/dist/jquery.js!'
WARN [web-server]: 404: /base/bower_components/jquery/dist/jquery.js
Firefox 38.0.0 (Windows 10 0.0.0) ERROR
Error: Script error for: jquery
http://requirejs.org/docs/errors.html#scripterror
at C:/xampp/htdocs/babel/node_modules/requirejs/require.js:166

Finished in 0.072 secs / 0 secs

SUMMARY:
โˆš 0 tests completed
Warning: Task "karma:continuous" failed. Use --force to continue.

Cleanup ESLint rules once ES6 modules are supported

At the moment ESLint doesn't support ES6 modules therefore 2 rules are turned off in src/js/ and test/spec folders:

  • block-scoped-var
  • no-unused-vars
    Beside that ESLint about Chai expect expressions which don't have method call at the end of chain:
    $.isPlainObject(Date).should.be.false;

therefore no-unused-expressions is also set to off.

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.