Skip to content

Commit 578ff75

Browse files
committed
torna sapl + sapl-frontend instalavel em outro projeto
1 parent ee5a70f commit 578ff75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6
-5
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include README.rst LICENSE.txt
2-
recursive-include sapl *.html *.yaml
2+
include sapl/webpack-stats.json
3+
recursive-include sapl *.html *.yaml
34
recursive-include sapl/static *
45
recursive-include sapl/relatorios/templates *.py
56
recursive-include sapl/compilacao *.sql
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sapl/static/js/compilacao.9bf86742.js sapl/static/sapl/js/compilacao.9db618b1.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sapl/static/js/global.594a728f.js sapl/static/sapl/js/global.2675c725.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sapl/static/js/painel.518bdc14.js sapl/static/sapl/js/painel.ddd6e27e.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
137137
/******/
138138
/******/ // __webpack_public_path__
139-
/******/ __webpack_require__.p = "/static/";
139+
/******/ __webpack_require__.p = "/static/sapl/";
140140
/******/
141141
/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
142142
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);

sapl/webpack-stats.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"status":"done","publicPath":"/static/sapl/","chunks":{"chunk-vendors":[{"name":"css/chunk-vendors.f109b7f2.css","publicPath":"/static/sapl/css/chunk-vendors.f109b7f2.css","path":"../sapl/sapl/static/sapl/css/chunk-vendors.f109b7f2.css"},{"name":"js/chunk-vendors.406f40ec.js","publicPath":"/static/sapl/js/chunk-vendors.406f40ec.js","path":"../sapl/sapl/static/sapl/js/chunk-vendors.406f40ec.js"}],"compilacao":[{"name":"css/compilacao.1e862898.css","publicPath":"/static/sapl/css/compilacao.1e862898.css","path":"../sapl/sapl/static/sapl/css/compilacao.1e862898.css"},{"name":"js/compilacao.9db618b1.js","publicPath":"/static/sapl/js/compilacao.9db618b1.js","path":"../sapl/sapl/static/sapl/js/compilacao.9db618b1.js"}],"global":[{"name":"css/global.d2e0a784.css","publicPath":"/static/sapl/css/global.d2e0a784.css","path":"../sapl/sapl/static/sapl/css/global.d2e0a784.css"},{"name":"js/global.2675c725.js","publicPath":"/static/sapl/js/global.2675c725.js","path":"../sapl/sapl/static/sapl/js/global.2675c725.js"}],"painel":[{"name":"css/painel.61177241.css","publicPath":"/static/sapl/css/painel.61177241.css","path":"../sapl/sapl/static/sapl/css/painel.61177241.css"},{"name":"js/painel.ddd6e27e.js","publicPath":"/static/sapl/js/painel.ddd6e27e.js","path":"../sapl/sapl/static/sapl/js/painel.ddd6e27e.js"}]}}

webpack-stats.json

-1
This file was deleted.

0 commit comments

Comments
 (0)