Skip to content

Commit

Permalink
make grunt-includes compatible with gulp-inlcude, no code affected
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hanoldt committed Jan 23, 2018
1 parent 0c31404 commit ebda9ed
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions Gruntfile.coffee
Expand Up @@ -10,6 +10,7 @@ module.exports = (grunt) ->
flatten: true
cwd: '.'
options:
includeRegexp: /^(\s*)#=\s*include\s+(\S+)\s*$/
silent: true
banner: '# <% includes.files.dest %>'
coffee:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -187,9 +187,12 @@ Read the advertising campaign.
[Tom Hanoldt](https://www.tomhanoldt.info)

## Changelog
### 1.0.7
* make grunt-includes compatible with gulp-inlcude, no code affected

### 1.0.6
* add `doNotTrackConversion` to facebook adapter

### 1.0.5
* remove default adapter and storage params
* rename `setChannel(name)` to `channel(name)`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery.tracking",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://github.com/creative-workflow/jquery.tracking",
"authors": [
"Tom Hanoldt <tom@creative-workflow.berlin>"
Expand Down
Binary file modified dist/jquery.tracking.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/jquery.tracking.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.tracking",
"version": "1.0.6",
"version": "1.0.7",
"description": "This module helps to handle tracking clicks and events with google analytics, tagmanager and facebook.",
"main": "dist/jquery.tracking.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions src/jquery.tracking.coffee
@@ -1,6 +1,6 @@
include "adapter/jquery.tracking.ganalytics.coffee"
include "adapter/jquery.tracking.gtagmanager.coffee"
include "adapter/jquery.tracking.facebook.coffee"
#= include adapter/jquery.tracking.ganalytics.coffee
#= include adapter/jquery.tracking.gtagmanager.coffee
#= include adapter/jquery.tracking.facebook.coffee

class @JqueryTracking
@options =
Expand Down

0 comments on commit ebda9ed

Please sign in to comment.