タグ

ブックマーク / www.npmjs.com (4)

  • grunt-contrib-uglify

    mangle Type: Boolean Object Default: {} Turn on or off mangling with default options. If an Object is specified, it is passed directly to ast.mangle_names() and ast.compute_char_frequency() (mimicking command line behavior). View all options here. compress Type: Boolean Object Default: {} Turn on or off source compression with default options. If an Object is specified, it is passed as options to

    grunt-contrib-uglify
    As_hsp
    As_hsp 2013/07/18
    [grunt] ファイルの圧縮
  • grunt-exec

    grunt-exec Grunt plugin for executing shell commands. Installation Install grunt-exec using npm: $ npm install grunt-exec --save-dev Then add this line to your project's Gruntfile.js: Usage This plugin is a multi task, meaning that grunt will automatically iterate over all exec targets if a target is not specified. If the exit code generated by the specified shell command is greater than 0, grunt-

    grunt-exec
    As_hsp
    As_hsp 2013/07/18
    [grunt] シェルコマンドを実行
  • grunt-contrib-concat

    grunt-contrib-concat2.1.0 • Public • Published 3 years ago grunt-contrib-concat v2.1.0 Concatenate files. Getting Started If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: Concat task Run this task

    grunt-contrib-concat
    As_hsp
    As_hsp 2013/07/18
    [grunt] 複数のファイルを結合する
  • posix

    node-posix The missing POSIX system calls for Node. FAQ Q: Why? A: Because the Node core has a limited set of POSIX system calls. Q: How mature/stable is this? A: Each version released in NPM has decent automated test coverage. The module has been successfully used in busy production sites for several years. Q: I have a feature request/bug report... A: Please submit a pull request or an issue tick

    posix
    As_hsp
    As_hsp 2013/01/29
    node.js上からposixが使えるようになるやつ npmで入れる
  • 1