Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
82061c7c
Commit
82061c7c
authored
Sep 09, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
experiments
parent
a8197df1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
.gitignore
+1
-1
public/app/components/require.config.js
+1
-1
public/views/index.html
+1
-1
tasks/options/copy.js
+1
-1
tasks/options/typescript.js
+2
-2
tsconfig.json
+1
-1
No files found.
.gitignore
View file @
82061c7c
...
...
@@ -4,7 +4,7 @@ coverage/
awsconfig
/dist
/emails/dist
/public/app_gen
/public/
.
app_gen
/tmp
docs/AWS_S3_BUCKET
...
...
public/app/components/require.config.js
View file @
82061c7c
require
.
config
({
urlArgs
:
'bust='
+
(
new
Date
().
getTime
()),
baseUrl
:
'public/app_gen'
,
baseUrl
:
'public/
.
app_gen'
,
paths
:
{
config
:
'components/config'
,
...
...
public/views/index.html
View file @
82061c7c
...
...
@@ -19,7 +19,7 @@
<!-- build:js [[.AppSubUrl]]/app/app.js -->
<script
src=
"[[.AppSubUrl]]/public/vendor/requirejs/require.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/app_gen/components/require.config.js"
></script>
<script
src=
"[[.AppSubUrl]]/public/
.
app_gen/components/require.config.js"
></script>
<!-- endbuild -->
</head>
...
...
tasks/options/copy.js
View file @
82061c7c
...
...
@@ -12,7 +12,7 @@ module.exports = function(config) {
cwd
:
'<%= srcDir %>/app'
,
expand
:
true
,
src
:
[
'**/*.js'
,
'**/*.html'
],
dest
:
'<%= srcDir %>/app_gen'
dest
:
'<%= srcDir %>/
.
app_gen'
}
};
...
...
tasks/options/typescript.js
View file @
82061c7c
...
...
@@ -4,7 +4,7 @@ module.exports = function() {
return
{
build
:
{
src
:
[
'public/app/**/*.ts'
],
dest
:
'public/app_gen'
,
dest
:
'public/
.
app_gen'
,
options
:
{
module
:
'amd'
,
//or commonjs
target
:
'es5'
,
//or es3
...
...
@@ -16,7 +16,7 @@ module.exports = function() {
},
watch
:
{
src
:
[
'public/app/**/*.ts'
],
dest
:
'public/app_gen'
,
dest
:
'public/
.
app_gen'
,
options
:
{
module
:
'amd'
,
//or commonjs
target
:
'es5'
,
//or es3
...
...
tsconfig.json
View file @
82061c7c
...
...
@@ -2,7 +2,7 @@
"compilerOptions"
:
{
"sourceMap"
:
true
,
"declaration"
:
true
,
"outDir"
:
"public/app_gen"
,
"outDir"
:
"public/
.
app_gen"
,
"target"
:
"ES5"
,
"rootDir"
:
"public/app"
,
"module"
:
"amd"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment