Comparing version 2.2.1 to 2.2.2
# Cartero compared to other solutions | ||
To understand [cartero](https://github.com/rotundasoftware/cartero) in terms of other tools, imagine stringing together [browserify](http://browserify.org/) + [gulp](http://gulpjs.com/) + [the rails asset pipeline](http://guides.rubyonrails.org/asset_pipeline.html). cartero handles the entire build process, including precompiling, postprocessing, and serving HTML, js, css, and images. Of the existing tools out there for modular front end development, it is most similar to [Component](https://github.com/component/component). Most of what is said about [how Component compares](https://github.com/component/guide/blob/master/component/vs.md) to other front end solutions is also true for cartero. To pick up where that comparison leaves off... | ||
To understand [cartero](https://github.com/rotundasoftware/cartero) in terms of other tools, imagine stringing together [browserify](http://browserify.org/) + [gulp](http://gulpjs.com/) + [the rails asset pipeline](http://guides.rubyonrails.org/asset_pipeline.html). cartero handles the entire build process of a typical web application, including precompiling, postprocessing, and serving HTML, js, css, and images. Of the existing tools out there for modular front end development, it is most similar to [Component](https://github.com/component/component). Most of what is said about [how Component compares](https://github.com/component/guide/blob/master/component/vs.md) to other front end solutions is also true for cartero. To pick up where that comparison leaves off... | ||
@@ -41,2 +41,2 @@ ### cartero vs Component | ||
It's a double edged sword. cartero has more bugs and fringe cases that have not been considered than other tools. The flip side is that there is lots of room for improvement and changes. Send us your feedback and help cartero grow up! | ||
It's a double edged sword. cartero has more bugs and fringe cases that have not been considered than other tools. The flip side is that there is lots of room for improvement and changes. Send us your feedback and help cartero grow up! |
@@ -79,2 +79,3 @@ | ||
this.outputDirUrl = options.outputDirUrl; | ||
if( this.outputDirUrl.charAt( 0 ) !== '/' ) this.outputDirUrl = '/' + this.outputDirUrl; | ||
@@ -81,0 +82,0 @@ this.packageManifest = {}; |
{ | ||
"name": "cartero", | ||
"description": "Modular front end development for the masses. Built on npm and browserify.", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"bin": { | ||
@@ -44,3 +44,3 @@ "cartero": "bin/cmd.js" | ||
"underscore": "~1.4.4", | ||
"parcelify": "~0.11.1", | ||
"parcelify": "^0.11.3", | ||
"inherits": "~2.0.1", | ||
@@ -47,0 +47,0 @@ "glob": "~3.2.8", |
{ | ||
"b343771ef576b9ee18c4849430bc4dcec1707d0f": "9d82ba90fa7a400360054671ea26bfc03a7338bf", | ||
"7ced34aa0e24a8af106ee4d444c5b9f616501c53": "880d74a4a4bec129ed8a80ca1f717fde25ce3932", | ||
"9c32a86e8ab49ee025fac89e39e1df969d6a29fc": "66e20e747e10ccdb653dadd2f6bf05ba01df792b" | ||
"9c32a86e8ab49ee025fac89e39e1df969d6a29fc": "66e20e747e10ccdb653dadd2f6bf05ba01df792b", | ||
"7ced34aa0e24a8af106ee4d444c5b9f616501c53": "880d74a4a4bec129ed8a80ca1f717fde25ce3932" | ||
} |
{ | ||
"": "9d82ba90fa7a400360054671ea26bfc03a7338bf", | ||
"page2": "880d74a4a4bec129ed8a80ca1f717fde25ce3932", | ||
"page1": "66e20e747e10ccdb653dadd2f6bf05ba01df792b" | ||
"page1": "66e20e747e10ccdb653dadd2f6bf05ba01df792b", | ||
"page2": "880d74a4a4bec129ed8a80ca1f717fde25ce3932" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
825510
23658
Updatedparcelify@^0.11.3