Feat: parse ~ prefix css deps as module, else as file
Fix: crash in windows when import css, Close #35
Add styleBox as an option
Remove standalone. Fix(hash): calculate hash on demand
Fix(css): dont handle css resources when entry is js file, Fix spmjs/spm#1206 Fix(css): fix css resources path error
Support rename with hash
Deps: upgrade father to 0.11
Fix(css) don't parse data:
resources
Fix(css) get all local css resources, not just relative resources
Get css's image and font resources and push to stream.
Get umd variable name from opt.umd
Return window.xx if not contain window.
when global
Set global option can replace require('xx') to global variable
searequire -> crequire
Fixed parse .json, .tpl, .handlebars when it is an entry
Package name changed: gulp-transport -> gulp-spm
- set file.base of sub module
- pass file to next stream directly when it's not js or css
- upgrade [email protected]
- parse jsx before js by default
- support standalone and umd
- father file can be used from gulp file
- rename gulp-transport -> gulp-spm
- integrate dest into transport
- using global package that need not parse any more
- integrate father into transport
Fixed unescape quote when transport tpl
- add bench
- skip when file is null
- don't use PluginError
- upgrade gulp and vinyl
fix miss import-style when css is required deeply #18
fix missing extra dependencies
now support require file in package just like node
support .html
fix ignore package in transportDeps when fileInfo.ignore
if package is not existed, fileInfo.ignore will be true
- improve rename
- return package name when package is ignore
- fix dest plugin when rename
- improve fileInfo return [originPath, path, pkg]
can transport the dependencies of the package
remove dest plugin in from transport
fix dest position
- fix extendOption when empty string
- opt.stream's value should be function
- add dest plugin
- big change, transport stream wrapped
- upgrade [email protected]
fix ignore in handlebars spmjs/spm#831
fix idleading exception
fix win path in getFileInfo spmjs/spm#815
add styleBox option
fix ie hack when css2js
- idleading support function
- change .css -> .css.js
- remove css comment
- support require directory
- update npmignore
- exports jsParser
fix windows path
- stop parsing dependencies when have been ignore
- ignore condition before package check
- throw when rename error
- replace ignore comment
fix quote bug in handlebar and tpl
handlebars -> handlebars-runtime
rollback: addExt: a.css -> a.css.js
- PluginError miss argument
- fix addExt: a.css -> a.css.js
- upgrade [email protected]
- transport relative id into complete id by transportId
- more testcase form cssParser
fix generateId when set base
util.replaceSuffix -> util.rename
don't modify origin option
add suffix option
throw when css conflict
- add cssParser
- upgrade father
- getId support sub package
- don't return relative path in dependent package
exports other parser as plugins, in parser folder
First commit