View Gruntfile.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global grunt*/ | |
module.exports = function(grunt) { | |
grunt.initConfig({ | |
ngconstant: { | |
options: { | |
name: 'environment', | |
dest: 'www/js/environment.js', | |
wrap: "'use strict';\n\n{%= __ngModule %}" | |
}, |
View gist:9eae66fb1c1f6f122b9a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body><a href="logitonight://">Test</a></body> | |
</html> |