Git Product home page Git Product logo

angularjs-webpack-starter's Issues

Conflict with jQuery typings

Angular UI Router requires jQuery.
jQuery typings conflict with Protractor typings.

Error:

typings/main/ambient/jquery/jquery.d.ts(3212,13): error TS2403: Subsequent variable declarations must have the same type.  
Variable '$' must be of type 'cssSelectorHelper', but here has type 'JQueryStatic'.

It is a known issue on DefinitelyTyped: DefinitelyTyped/DefinitelyTyped#2734

@basarat has worked around it by having two different typings & tsconfig.json files (mhh):

Add a release script

Create an actual release

  • execute unit tests
  • execute end-to-end tests
  • generate code coverage reports
  • generate TS doc
  • update the package.json version
  • publish to npm registry

Improve readme

  • add installation notes
  • add commands
  • list & explain dependencies
  • add badges

Add moment.js

  • moment js dependency
  • moment js typings
  • update readme

Ensure that Ts sourcemaps are usable

I've noticed that sourcemaps are not available for all the code.
We need to find how to configure this correctly so that we have usable sourcemaps for all our ts code (i.e., not only vendor.ts and main.ts)

Review RxJS configuration

Is it a good idea to load a different set of RxJS operators whether in dev or prod?
Good for dev and prod bundle size, but probably a risk of surprises (e.g., forget one)

Add support for SASS

  • sass for development
  • sass watch for development (watch + transpilation + hot replacement) during execution
  • sass for production (see #14)
  • autoprefixing (dev/prod)
  • sourcemaps

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.