spmjs / spm

Brand new static package manager.
http://spmjs.io
Other
903 stars 180 forks source link

执行standalone命令出错 #1425

Closed ascrutae closed 8 years ago

ascrutae commented 8 years ago

SPM Version:3.6.12

以下是执行出错原因:

D:\t-code\nodejs\aralejs\puzzle>spm build --standalone

  error: unknown option `--standalone'

下面是help的信息:

D:\t-code\nodejs\aralejs\puzzle>spm help build

  Usage: spm-build [options]

  Options:

    -h, --help                    output usage information
    -v, --version                 output the version number
    -I, --input-directory <dir>   input directory, default: current working directory
    -O, --output-directory <dir>  output directory, default: dist
    -f, --force                   force install dependencies from registry
    -c, --clean                   clean dest directory first
    -w, --watch                   watch mode
    -r, --registry <url>          registry url of repository server
    --umd [umd]                   UMD-wrapped version with given global name
    --global <global>             replace package name to global variable, format jquery:$,underscore:_
    --debug                       build files without compress
    --verbose                     show more logging
    --progress                    show progress
    --no-color                    disable colorful print
    --no-install                  disable install
    --sourcemap                   enable sourcemap for build
soda-x commented 8 years ago

build 默认就是 standalone