chocola 1.3.9 → 1.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compiler/index.js CHANGED
@@ -141,7 +141,6 @@ export default async function runtime(rootDir, buildConfig) {
141
141
  const { runtimeScript, scopesCss } = processAllComponents(appElements, loadedComponents);
142
142
  const runtimeFilename = await generateRuntimeScript(runtimeScript, paths.outDir);
143
143
  const globalCss = (await processAssets(doc, rootDir, config.srcDir, paths.outDir)).join("\n");
144
- console.log(globalCss)
145
144
 
146
145
  if (scopesCss) {
147
146
  const fileName = "sc-" + genRandomId(null, 6) + ".css";
@@ -230,9 +230,7 @@ export async function copyResources(rootDir, scopesCss, globalCss, srcDir, outDi
230
230
  }
231
231
  }
232
232
 
233
- console.log(globalCss)
234
233
  const cssAssets = [...getCssAssets(scopesCss), ...getCssAssets(globalCss)];
235
- console.log(cssAssets)
236
234
  for (const assetPath of cssAssets) {
237
235
  try {
238
236
  const srcPath = path.join(rootDir, srcDir, assetPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chocola",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "The sweetest way to build reactive web apps",
5
5
  "keywords": [
6
6
  "web",