slate-build

0.1.4 • Public • Published

spm-build

the build tools for spmjs.org


spm build is designed to build standard cmd modules.

spm 基本上修改,增加内部需要使用的less等!

Customized building should use these grunt tasks:

Standard Module

A standard module contains:

  • a package.json
  • a src directory
  • a dist directory
package.json
src/
  module-name.js
dist/
  module-name.js   <-- will be created by spm-build

Learn more on package.json.

Install

Install spm-build with npm:

$ npm install spm-build -g

API

var builder = require('spm-build')

builder.loadTasks()

It will load all tasks of the default build. Including:

  • grunt-cmd-transport
  • grunt-cmd-concat
  • grunt-contrib-uglify
  • grunt-contrib-copy
  • grunt-contrib-cssmin
  • grunt-contrib-clean
  • spm-install
  • spm-newline

If you are using spm-build to run the grunt task, you can also load these tasks with:

grunt.loadGlobalTasks('slate-build')

Package Sidebar

Install

npm i slate-build

Weekly Downloads

7

Version

0.1.4

License

none

Last publish

Collaborators

  • feeloc