Skip to content

Commit

Permalink
Merge pull request #4 from thisissoon/feature/fix-error-in-docs
Browse files Browse the repository at this point in the history
Fix: Error in docs
  • Loading branch information
edoparearyee committed Nov 3, 2015
2 parents 93daa75 + ef1124e commit ac87244
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Expand Up @@ -182,7 +182,7 @@ module.exports = function (grunt) {

concat: {
options: {
sourceMap: true,
sourceMap: false,
separator: ';',
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
'<%= grunt.template.today(\'yyyy-mm-dd\') %> */\n'
Expand All @@ -195,8 +195,7 @@ module.exports = function (grunt) {

uglify: {
options: {
sourceMap: true,
sourceMapIncludeSources: true,
sourceMap: false,
enclose: { window: 'window' },
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
'<%= grunt.template.today(\'yyyy-mm-dd\') %> */\n'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ nav.scrolling-down {
opacity: 0;
}
nav.scrolling-up {
opacity: 0;
opacity: 1;
}
```

Expand Down
125 changes: 125 additions & 0 deletions dist/angular-smart-nav.js

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

4 changes: 4 additions & 0 deletions dist/angular-smart-nav.min.js

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

0 comments on commit ac87244

Please sign in to comment.