Skip to content

Commit

Permalink
Merge pull request #692 from Soundnode/code-refactoring
Browse files Browse the repository at this point in the history
add shortcuts help, improve grunt dev task, add how to use shortcut
  • Loading branch information
weblancaster committed Mar 25, 2016
2 parents f5a04b7 + 39c2797 commit d3bfbc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ app.config(function (
) {

// Hotkeys config
hotkeysProvider.includeCheatSheet = false;
hotkeysProvider.includeCheatSheet = true;

// unmatched url redirect to /
$urlRouterProvider.otherwise('/');
Expand Down
3 changes: 3 additions & 0 deletions app/public/js/components/header/settingsNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class SettingsList extends Component {
<li className="subNav_nav_item">
<a data-ui-sref="news">News</a>
</li>
<li className="subNav_nav_item">
<a>Shortcuts (shift + ?)</a>
</li>
</ul>
)
}
Expand Down
3 changes: 2 additions & 1 deletion tasks/aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ build:
- 'nwjs'

dev:
- 'sass:dev'
- 'sass:dev'
- 'shell'

0 comments on commit d3bfbc0

Please sign in to comment.