Created
December 17, 2015 16:21
-
-
Save gamerson/d51b4b4fd3f03a9a5fb5 to your computer and use it in GitHub Desktop.
Output of "gradle build" in a "new" theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/dev/my repos/liferay-workspace/themes/sample-theme(versions ✔) gradle build | |
| :themes:sample-theme:createLiferayThemeJson SKIPPED | |
| :themes:sample-theme:downloadNode | |
| :themes:sample-theme:npmInstall UP-TO-DATE | |
| :themes:sample-theme:gulpBuild | |
| [10:20:34] Using gulpfile ~/dev/my repos/liferay-workspace/themes/sample-theme/gulpfile.js | |
| [10:20:34] Starting 'build'... | |
| [10:20:34] Starting 'build:clean'... | |
| [10:20:34] Finished 'build:clean' after 2.89 ms | |
| [10:20:34] Starting 'build:base'... | |
| [10:20:34] Finished 'build:base' after 457 ms | |
| [10:20:34] Starting 'build:src'... | |
| [10:20:34] Finished 'build:src' after 4.65 ms | |
| [10:20:34] Starting 'build:web-inf'... | |
| [10:20:34] Finished 'build:web-inf' after 2.03 ms | |
| [10:20:34] Starting 'build:hook'... | |
| [10:20:34] Finished 'build:hook' after 5.57 ms | |
| [10:20:34] Starting 'build:themelets'... | |
| [10:20:34] Starting 'build:themelet-css'... | |
| [10:20:34] Finished 'build:themelet-css' after 575 μs | |
| [10:20:34] Starting 'build:themelet-images'... | |
| [10:20:34] Finished 'build:themelet-images' after 114 μs | |
| [10:20:34] Starting 'build:themelet-js'... | |
| [10:20:34] Finished 'build:themelet-js' after 31 μs | |
| [10:20:34] Starting 'build:themelet-templates'... | |
| [10:20:34] Finished 'build:themelet-templates' after 25 μs | |
| [10:20:34] Starting 'build:themelet-css-inject'... | |
| [10:20:34] Starting 'build:themelet-js-inject'... | |
| [10:20:34] gulp-inject Nothing to inject into portal_normal.ftl. | |
| [10:20:34] gulp-inject Nothing to inject into _custom.scss. | |
| [10:20:34] Finished 'build:themelet-js-inject' after 8.78 ms | |
| [10:20:34] Finished 'build:themelet-css-inject' after 32 ms | |
| [10:20:34] Finished 'build:themelets' after 34 ms | |
| [10:20:34] Starting 'build:rename-css-dir'... | |
| [10:20:34] Finished 'build:rename-css-dir' after 148 μs | |
| [10:20:34] Starting 'build:compile-css'... | |
| [10:20:35] Finished 'build:compile-css' after 434 ms | |
| [10:20:35] Starting 'build:move-compiled-css'... | |
| [10:20:35] Finished 'build:move-compiled-css' after 160 ms | |
| [10:20:35] Starting 'build:remove-old-css-dir'... | |
| [10:20:35] Finished 'build:remove-old-css-dir' after 41 ms | |
| [10:20:35] Starting 'build:war'... | |
| [10:20:35] Finished 'build:war' after 512 ms | |
| [10:20:35] Finished 'build' after 1.66 s | |
| :themes:sample-theme:build | |
| BUILD SUCCESSFUL | |
| Total time: 4.209 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment