mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
code review
This commit is contained in:
parent
cf3b7f234d
commit
3784d53609
@ -63,7 +63,7 @@ gulp.task('js:build', function() {
|
|||||||
bundle(false);
|
bundle(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('serve', ['browser-sync', 'run-server', 'sass:build', 'sass:watch', 'copy'], function() {
|
gulp.task('serve', ['browser-sync', 'run-server', 'lint:watch', 'sass:build', 'sass:watch', 'copy'], function() {
|
||||||
bundle(true);
|
bundle(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
BIN
img/ascribe_animated_large.gif
Normal file
BIN
img/ascribe_animated_large.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
img/ascribe_animated_medium.gif
Normal file
BIN
img/ascribe_animated_medium.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
img/ascribe_animated_small.gif
Normal file
BIN
img/ascribe_animated_small.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
@ -48,7 +48,7 @@ let DeleteButton = React.createClass({
|
|||||||
btnDelete = <Button bsStyle="danger" bsSize="small">REMOVE FROM LIST</Button>;
|
btnDelete = <Button bsStyle="danger" bsSize="small">REMOVE FROM LIST</Button>;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
return <div></div>;
|
return null;
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<ModalWrapper
|
<ModalWrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user