GithubHelp home page GithubHelp logo

gulpfile's People

Contributors

dsk52 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hondamasayuki

gulpfile's Issues

Linterの導入を考える

今までエディタにLinterを積んでチェックしてたけど、Atomもパッケージモリモリで重くなってきたのと、複数人で使うとしたら同じようにチェックしてくれる方が良さそうだし、タスクとしてLint持っててもいいのかも

Memo: vue-cliで生成した雛形で、コンパイル時に見てくれるのがちょっといいかもなと思ったのがキッカケ

導入するとしたらこの間聞いて良さそうだった Standardjsのものかな
gulp-standard

ES6に対応する

そろそろCoffeeからES6に移行するためBabelでES6を使える環境にする

圧縮時にライセンスが残るようにしたい

MITライセンスなんかだと残さなくてはならないため、コード中のライセンスの文言を残すようにしたい。

  • preserveComments
    A convenience option for options.output.comments. Defaults to preserving no comments.
  • Licence
    Attempts to preserve comments that likely contain licensing information, even if the comment does not have directives such as @license or /*!.
    Implemented via the uglify-save-license module, this option preserves a comment if one of the following > is true:
    • The comment is in the first line of a file
    • A regular expression matches the string of the comment. For example: MIT, @license, or Copyright.
    • There is a comment at the previous line, and it matches 1, 2, or 3.

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.