Commit 237c0073 authored by Alexander.Trofimov's avatar Alexander.Trofimov

sdk_configs rename to configs

parent 38791ab6
......@@ -25,7 +25,7 @@
module.exports = function(grunt) {
require('google-closure-compiler').grunt(grunt);
var revision="unknown", defaultConfig, packageFile;
var path = grunt.option('src') || './sdk_configs';
var path = grunt.option('src') || './configs';
var level = grunt.option('level') || 'ADVANCED';
var formatting = grunt.option('formatting') || '';
var nomap = grunt.option('nomap') || '';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment