Skip to content

Commit 8a9eb64

Browse files
committed
0.2.0
1 parent 18db1aa commit 8a9eb64

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

config/plugins/concat_sourcemap.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = (lineman) ->
2-
console.log "ran lineman-vendor-split concat_sourcemap.coffee"
32
config:
43
concat_sourcemap:
54
js:

config/plugins/pages.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = (lineman) ->
22
config:
3-
goats: "scream"
43
pages:
54
dev:
65
context:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lineman-vendor-split",
33
"description": "A granular vendor/app bundle splitting plugin for Lineman",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"homepage": "https://github.com/linemanjs/lineman-vendor-split",
66
"author": {
77
"name": "Dave Mosher",

0 commit comments

Comments
 (0)