From f4465af7d0f87c1bdd71bf9ef07714fff86437a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Nohales?= Date: Mon, 22 Dec 2014 17:21:50 -0300 Subject: Convert to Gjs "package.js" application conventions Unify resource names and GSettings schemas as org.gnome.Maps. Remove the C shim which is not needed. Copy the Makefiles from gtk-js-app, and replace the names appropriately Remove the config.js and path.js modules, as their functionality is provided by package.js Remove C compiler dependency. https://bugzilla.gnome.org/show_bug.cgi?id=733411 --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.jshintrc') diff --git a/.jshintrc b/.jshintrc index bb1cdff6..cee79413 100644 --- a/.jshintrc +++ b/.jshintrc @@ -78,5 +78,5 @@ "white" : false, // true: Check against strict whitespace and indentation rules // Custom Globals - "predef" : [ "log", "logError", "print", "printerr", "imports", "ARGV" ] + "predef" : [ "log", "logError", "print", "printerr", "imports", "ARGV", "pkg" ] } -- cgit v1.2.1