Giter Club home page Giter Club logo

Comments (4)

dongbohu avatar dongbohu commented on September 26, 2024

A later version of ngbp project actually replaced ngmin with ng-annotate:
ngbp/ngbp@cb4578e

But according to AngularJS Developer Guide on Dependency Injection:
https://docs.angularjs.org/guide/di
it is probably a good idea not to use either ngmin or ng-annotate, because explicit DI is always preferred. We can change controllers, factories and services that are using implicit DI, then remove ngmin completely.

As for grunt-recess, the latest version of ngbp also replaced grunt-recess with grunt-less:
https://github.com/ngbp/ngbp/blob/v0.3.2-release/package.json
we should do the same thing on Tribe.

from tribe.

dongbohu avatar dongbohu commented on September 26, 2024

Output of a fresh npm install:

npm WARN deprecated [email protected]: use grunt-ng-annotate instead
npm WARN deprecated [email protected]: Deprecated as RECESS is unmaintained
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated [email protected]: Use the built-in module in node 9.0.0 or newer, instead
npm WARN deprecated [email protected]: use ng-annotate instead
npm WARN deprecated [email protected]: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g
... ...
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN optional Skipping failed optional dependency /karma/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] requires a peer of karma@^0.13.0 || ^1.0.0 but none was installed.

from tribe.

dongbohu avatar dongbohu commented on September 26, 2024

Since we are not using coffee-script at all in this project, we probably should remove it completely from both package.json and Gruntfile.js.

from tribe.

dongbohu avatar dongbohu commented on September 26, 2024

grunt-recess has been removed in PR #30.

from tribe.

Related Issues (20)

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.