BUILD: more files to add/remove

This commit is contained in:
jason.wall 2017-08-22 18:14:42 -04:00
parent 99036151f6
commit 72138ae018
214 changed files with 609 additions and 194 deletions

View File

@ -0,0 +1,16 @@
-----BEGIN NEW CERTIFICATE REQUEST-----
MIICcDCCAVgCAQAwKzELMAkGA1UEBhMCVVMxHDAaBgNVBAMTE3dhbGxqbS5keW5h
bWljYmlibGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDYVCgypXlU
ETOqYXLfKGhyPAmtwXCfwBy2b8M8nJgsGUpbF2YAG51bpYwaxGo5Vx4D1huA1m7Q
I2BsBxWtQHPKVUUAX/3kikKwrONYt3D+gOjubPQt4A9WYPwjPZTUdBMV1kl40xiA
vYiswU6SudO+VGaOrNr++HdEHMD/NXY5OBTnEjtiRahU2MiFxmrdG/veEe4LOT92
39AqNfPMrNtnDHy02kvY/Q2Z7H0VBmh1Nz1phg4gM8I3VE8bODI8e3F2XWhaE5m5
ryVv0R6kjznmXjA5iGmErppTucb6uazSHDKvYn0Y6Ho8J7YgGsOej1CJaqj1UNil
o4zcJAnsQp1RAgMBAAGgADANBgkqhkiG9w0BAQUFAAOCAQEAzrKxTiHhV9jzUo+u
WYj5/ZAqYTrc1ups1rWXtQr81f9HUWFzdk46/+2UIK68rf5pXk89p2oHYUMQqFds
n9WSLP9jSSr5rb6M1bB5/LKA4/mQWAGrbK6+pQbSXVdwlZyNmB/mTpZKu/+5QQDE
CIkkQ4X86HCeQIdLRWstjAzm30Q9J2+2xDdoXDcrQ0i4aL0LP7QQgglTydHBRjWK
EvZnRbRsr8G7ehY+i/U4zNETaMLuWXjPooTz+/7L+mSI3wEfyDYUN5juHy7wcxeX
ive+osP71+JtGZxZmk1E9EYTHgwq3NFx1ci8rQbdjAF/twdLmivOOPoHoDsUwEIT
wvE2XA==
-----END NEW CERTIFICATE REQUEST-----

View File

@ -0,0 +1,3 @@
-----BEGIN PRIVATE KEY-----
MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg2uG/AiVs78dOeeVClhYFushIGU5ABr3Wdeac+elC5AqgCgYIKoZIzj0DAQehRANCAATl00XQolpxnaj0bBGhuSWDy9FPcnjfPoAtJZXACoS4tktekZSz+3CW6qSxrdS8/Yu+2sVh9/GlMLqk+acklzOD
-----END PRIVATE KEY-----

View File

@ -37,8 +37,13 @@
</PropertyGroup>
<ItemGroup>
<TypeScriptCompile Include="src\**\*.ts" />
<Content Include=".certSigningRequest" />
<Content Include="angular-cli.json" />
<Content Include="AuthKey_H85AUKB8ZU.p8" />
<Content Include="dynamicbibleproduction.mobileprovision" />
<Content Include="ionic.config.json" />
<Content Include="ios_development.cer" />
<Content Include="ios_distribution.cer" />
<Content Include="package.json" />
<Content Include="tsconfig.json" />
<Content Include="tslint.json" />
@ -49,20 +54,24 @@
<Content Include="src\**\*.scss" />
<Content Include="src\**\*.html" />
<Content Include="src\**\*.json" />
<Compile Include="hooks\**" />
<Compile Include="src\**\*.js" />
<Content Include="walljm.keystore" />
<Content Include="www\**\*.html" />
<Content Include="www\**\*.css" />
<Compile Include="www\**\*.js" />
<Content Include="www\**\*.png" />
<Content Include="www\**\*.svg" />
<Content Include="www\**\*.ico" />
<Content Include="www\**\*.json" />
<Content Include="www\manifest.json" />
<TypeScriptCompile Include="typings\globals\es6-shim\index.d.ts" />
<TypeScriptCompile Include="typings\globals\jquery\index.d.ts" />
<TypeScriptCompile Include="typings\globals\mathjs\index.d.ts" />
<TypeScriptCompile Include="typings\index.d.ts" />
</ItemGroup>
<ItemGroup>
<Folder Include="hooks\" />
<Folder Include="hooks\after_prepare\" />
<Folder Include="src" />
<Folder Include="src\app" />
<Folder Include="src\components" />

View File

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">VISIBLE_FILES</s:String></wpf:ResourceDictionary>

View File

@ -1,20 +0,0 @@
#!/usr/bin/env node
"use strict";
var path = require("path");
var ionic_minify_1 = require("ionic-minify");
var config = require("../minify-conf.json");
var minify = config.alwaysRun;
var cmd = process.env.CORDOVA_CMDLINE;
var rootDir = process.argv[2];
var platforms = process.env.CORDOVA_PLATFORMS.split(',');
var platformPath = path.join(rootDir, "platforms");
if (cmd.indexOf("--release") > -1 || cmd.indexOf("--minify") > -1) {
minify = true;
}
config.showErrStack = (config.showErrStack || false);
config.jsOptions.fromString = true;
if (minify === true) {
var ionicMinify = new ionic_minify_1.Minifier(config, platforms, platformPath);
console.log("Starting minifying your files...");
ionicMinify.run();
}

View File

@ -0,0 +1,48 @@
#!/usr/bin/env node
var fs = require('fs');
var path = require('path');
var rootdir = process.argv[2];
if (rootdir)
{
console.log("Root: " + rootdir);
// go through each of the platform directories that have been prepared
var platforms = (process.env.CORDOVA_PLATFORMS ? process.env.CORDOVA_PLATFORMS.split(',') : []);
for (var x = 0; x < platforms.length; x++)
{
// open up the index.html file at the www root
try
{
var platform = platforms[x].trim().toLowerCase();
var testBuildPath;
if (platform === 'android')
{
testBuildPath = path.join(rootdir, 'platforms', platform, 'assets', 'www', 'build');
}
else
{
testBuildPath = path.join(rootdir, 'platforms', platform, 'www', 'build');
}
if (fs.existsSync(testBuildPath))
{
console.log('Removing map files from assets after prepare: ' + testBuildPath);
fs.unlinkSync(testBuildPath + '/vendor.js.map');
fs.unlinkSync(testBuildPath + '/main.js.map');
fs.unlinkSync(testBuildPath + '/main.css.map');
}
else
{
console.log('Build dir @ ' + testBuildPath + ' does not exist for removal');
}
} catch (e)
{
process.stdout.write(e);
}
}
}

View File

@ -1,19 +0,0 @@
{
"foldersToProcess": [
"build",
"img"
],
"jpgOptions":{
"quality": 50
},
"jsOptions": {
"compress": {
"drop_console": true
}
},
"cssOptions": {
"keepSpecialComments": 0
},
"alwaysRun": true,
"showErrStack": false
}

Binary file not shown.

Binary file not shown.

View File

@ -53,7 +53,6 @@
"@types/node": "7.0.4",
"codecov": "2.2.0",
"connect": "3.6.2",
"ionic-minify": "^2.0.10",
"ionic-mocks": "0.10.1",
"jasmine-core": "2.6.2",
"jasmine-reporters": "2.2.1",
@ -106,4 +105,4 @@
"android"
]
}
}
}

View File

@ -1,13 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package org.apache.cordova;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "org.apache.cordova";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}

View File

@ -1,13 +0,0 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package org.apache.cordova;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "org.apache.cordova";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" />
</manifest>

View File

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" />
</manifest>

Some files were not shown because too many files have changed in this diff Show More