Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro committed Jan 10, 2017
1 parent b009f18 commit 65bf26b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion code_example_templates/js_example_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
<pre><%= code_example %></pre>
</div>
</div>

1 change: 0 additions & 1 deletion code_example_templates/jsx_example_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
<pre><%= code_example %></pre>
</div>
</div>

1 change: 0 additions & 1 deletion code_example_templates/markup_table_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@
</tbody>
</table>
</div>

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gulp.task('minify-css', () => {
});

gulp.task('watch', () => {
gulp.watch([STYLE_GUIDE_SOURCES, SASS_SOURCES], ['sass']);
gulp.watch(SASS_SOURCES, ['sass']);
gulp.watch(STYLE_GUIDE_SOURCES, ['hologram']);
gulp.watch(GENERATED_CSS, ['minify-css']);
});
Expand Down

0 comments on commit 65bf26b

Please sign in to comment.