Skip to content

Commit

Permalink
Marked as permanent fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Feb 15, 2017
1 parent b11996e commit baa3291
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-bundle-assets",
"version": "2.27.1",
"description": "Create asset (js, css) bundles from a config file leveraging the power of streams",
"name": "gulp-uf-bundle-assets",
"version": "2.27.2",
"description": "Fork of gulp-bundle-assets that uses gulp-concat-css for css to correctly rebase urls. Sourcemaps may not work as a result of this change. Full credit to original creater, swapping out gulp-concat for culp-concat-css is major feat.",
"main": "index.js",
"scripts": {
"test": "gulp ci",
Expand Down Expand Up @@ -39,6 +39,10 @@
{
"name": "PlasmaPower",
"url": "https://github.com/PlasmaPower"
},
{
"name": "Jordan Mele",
"url": "https://github.com/Silic0nS0ldier"
}
],
"license": "MIT",
Expand All @@ -62,10 +66,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/dowjones/gulp-bundle-assets"
"url": "https://github.com/Silic0nS0ldier/gulp-uf-bundle-assets"
},
"bugs": {
"url": "https://github.com/dowjones/gulp-bundle-assets/issues"
"url": "https://github.com/Silic0nS0ldier/gulp-uf-bundle-assets/issues"
},
"dependencies": {
"bluebird": "3.3.5",
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# [gulp](http://gulpjs.com/)-bundle-assets [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]
# [gulp](http://gulpjs.com/)-uf-bundle-assets [![NPM version][npm-image]][npm-url]

_This gulp plugin is a fork of [gulp-bundle-assets](https://github.com/dowjones/gulp-bundle-assets) with [gulp-concat-css](https://github.com/mariocasciaro/gulp-concat-css) used instead of the JavaScript suited [gulp-concat](https://github.com/contra/gulp-concat). While this substitution allows for properly url rebasing, it also may break the sourcemaps._

_Full credit for this plugin goes to its original creater, switching out similar plugins is a simple feat on my part._

**Original documentation follows:**

> Create static asset bundles from a config file: a common interface to combining, minifying, revisioning and more. Stack agnostic. Production ready.
Expand Down

0 comments on commit baa3291

Please sign in to comment.