Skip to content

Commit

Permalink
Testing Snarl dist zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxxep committed Jan 5, 2015
1 parent 96981d6 commit e4e8e88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rm dist/snarl.zip
zip snarl.zip LICENSE README.md
mv snarl.zip dist/
cd dist
zip snarl.zip ./*s
echo "Built latest snarl dist .zip"
Binary file added dist/snarl.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ <h1>Snarl</h1>
<!-- TODO: nav bar -->
<!-- TODO: send html comment TODO mods to the TODO plugin -->

<h1>Snarl Notifications</h1>
<a href="https://github.com/hoxxep/Snarl/blob/master/dist/snarl.zip">Download</a>

<h1>Snarl Notification Demos</h1>
<p><strong>Note:</strong> Snarl itself does not require jQuery as a dependency, but these examples use jQuery to wire up the click events for clarity.</p>
<!-- TODO: proper links and contents (sticky side-nav?) -->
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gulp.task('uglify', function() {
.pipe(gulp.dest('./docs/static'));
});

// Fail if jshint fails to stop uglify crashing
// Fail if jshint fails to stop gulp+suglify crashing
gulp.task('js', function() {
sequence('jshint', 'uglify');
});
Expand Down

0 comments on commit e4e8e88

Please sign in to comment.