This file contains hidden or 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
| var jspaths = ['webroot/js-dev/classes/**.js','webroot/js-dev/helpers.js','webroot/js-dev/main.js']; | |
| var csspaths = ["webroot/sass/*.scss", "webroot/sass/partials/*.scss"]; | |
| var templatepaths = []; | |
| var concatpaths = [].concat(jspaths); | |
| module.exports = function(grunt) { | |
| grunt.initConfig({ |
This file contains hidden or 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
| // !$*UTF8*$! | |
| { | |
| archiveVersion = 1; | |
| classes = { | |
| }; | |
| objectVersion = 46; | |
| objects = { | |
| /* Begin PBXBuildFile section */ | |
| 4D4B9C15176140AB003673A0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D4B9C14176140AB003673A0 /* UIKit.framework */; }; |
NewerOlder