Skip to content

Instantly share code, notes, and snippets.

View alvaromb's full-sized avatar
📦
Packaging

Álvaro Medina Ballester alvaromb

📦
Packaging
View GitHub Profile
<html>
<body><a href="logitonight://">Test</a></body>
</html>
@alvaromb
alvaromb / Gruntfile.js
Created February 24, 2015 10:19
Grunt environment settings for AngularJS
/*global grunt*/
module.exports = function(grunt) {
grunt.initConfig({
ngconstant: {
options: {
name: 'environment',
dest: 'www/js/environment.js',
wrap: "'use strict';\n\n{%= __ngModule %}"
},